Definition at line 210 of file dataflow.h.
|
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) |
|
|
bool | propagateStateToNextNode (const std::vector< Lattice * > &curNodeState, DataflowNode curDFNode, int nodeIndex, const std::vector< Lattice * > &nextNodeState, DataflowNode nextDFNode) |
|
std::vector< DataflowNode > | gatherDescendants (std::vector< DataflowEdge > edges, DataflowNode(DataflowEdge::*edgeFn)() const) |
|
virtual NodeState * | initializeFunctionNodeState (const Function &func, NodeState *fState)=0 |
|
virtual VirtualCFG::dataflow * | getInitialWorklist (const Function &func, bool firstVisit, bool analyzeDueToCallers, const set< Function > &calleesUpdated, NodeState *fState)=0 |
|
virtual vector< Lattice * > | getLatticeAnte (NodeState *state)=0 |
|
virtual vector< Lattice * > | getLatticePost (NodeState *state)=0 |
|
virtual void | transferFunctionCall (const Function &func, const DataflowNode &n, NodeState *state)=0 |
|
virtual vector< DataflowNode > | getDescendants (const DataflowNode &n)=0 |
|
virtual DataflowNode | getUltimate (const Function &func)=0 |
|
The documentation for this class was generated from the following file: