Definition at line 170 of file sequenceStructAnalysis.h.
|
| | SeqStructAnalysis (LiveDeadVarsAnalysis *ldva, DivAnalysis *divAnalysis) |
| |
| void | genInitState (const Function &func, const DataflowNode &n, const NodeState &state, vector< Lattice * > &initLattices, vector< NodeFact * > &initFacts) |
| |
| bool | transfer (const Function &func, const DataflowNode &n, NodeState &state, const vector< Lattice * > &dfInfo) |
| |
| NodeState * | initializeFunctionNodeState (const Function &func, NodeState *fState) |
| |
| VirtualCFG::dataflow * | getInitialWorklist (const Function &func, bool firstVisit, bool analyzeDueToCallers, const set< Function > &calleesUpdated, NodeState *fState) |
| |
| vector< Lattice * > | getLatticeAnte (NodeState *state) |
| |
| vector< Lattice * > | getLatticePost (NodeState *state) |
| |
| void | transferFunctionCall (const Function &func, const DataflowNode &n, NodeState *state) |
| |
| vector< DataflowNode > | getDescendants (const DataflowNode &n) |
| |
| DataflowNode | getUltimate (const Function &func) |
| |
| bool | runAnalysis (const Function &func, NodeState *state, bool analyzeDueToCallers, std::set< Function > calleesUpdated) |
| |
| virtual boost::shared_ptr< IntraDFTransferVisitor > | getTransferVisitor (const Function &func, const DataflowNode &n, NodeState &state, const std::vector< Lattice * > &dfInfo) |
| |
| void | setInterAnalysis (InterProceduralDataflow *interDataflowAnalysis) |
| |
| void | setInterAnalysis (IntraProceduralDataflow *intraDFAnalysis) |
| |
| bool | runAnalysis (const Function &func, NodeState *state) |
| |
| InterProceduralDataflow * | getInterAnalysis () const |
| |
| void | setInterAnalysis (InterProceduralAnalysis *interAnalysis) |
| |
| | Analysis (bool(*f)(CFGNode)=defaultFilter) |
| |
◆ SeqStructAnalysis()
◆ genInitState()
◆ transfer()
◆ constVars
◆ constVars_init
| bool SeqStructAnalysis::constVars_init |
|
staticprotected |
◆ ldva
◆ divAnalysis
◆ cgAnalysis
The documentation for this class was generated from the following file: