Definition at line 108 of file dominatorAnalysis.h.
|
| DominatorAnalysis (const set< DataflowNode > &allNodes, string indent="") |
|
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) |
|
◆ genInitState()
◆ transfer()
◆ allNodes
The documentation for this class was generated from the following file: