Definition at line 128 of file nodeConstAnalysis.h.
|
| void | genInitState (const Function &func, const DataflowNode &n, const NodeState &state, std::vector< Lattice * > &initLattices, std::vector< NodeFact * > &initFacts) |
| |
| bool | transfer (const Function &func, const DataflowNode &n, NodeState &state, const std::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) |
| |
◆ nodeConstAnalysis()
| nodeConstAnalysis::nodeConstAnalysis |
( |
| ) |
|
|
inline |
◆ genInitState()
◆ transfer()
◆ uids
| genUID nodeConstAnalysis::uids |
|
protected |
The documentation for this class was generated from the following file: