Definition at line 263 of file dataflow.h.
|
NodeState * | initializeFunctionNodeState (const Function &func, NodeState *fState) |
|
VirtualCFG::dataflow * | getInitialWorklist (const Function &func, bool firstVisit, bool analyzeDueToCallers, const set< Function > &calleesUpdated, NodeState *fState) |
|
virtual vector< Lattice * > | getLatticeAnte (NodeState *state) |
|
virtual 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 bool | transfer (const Function &func, const DataflowNode &n, NodeState &state, const std::vector< Lattice * > &dfInfo)=0 |
|
virtual boost::shared_ptr< IntraDFTransferVisitor > | getTransferVisitor (const Function &func, const DataflowNode &n, NodeState &state, const std::vector< Lattice * > &dfInfo) |
|
virtual void | genInitState (const Function &func, const DataflowNode &n, const NodeState &state, std::vector< Lattice * > &initLattices, std::vector< NodeFact * > &initFacts)=0 |
|
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) |
|