ROSE 0.11.145.237
|
Definition at line 263 of file dataflow.h.
Public Member Functions | |
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) | |
Additional Inherited Members | |
![]() | |
std::set< Function > | visited |
![]() | |
bool(* | filter )(CFGNode cfgn) |
![]() | |
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) |
![]() | |
InterProceduralAnalysis * | interAnalysis |
|
inline |
Definition at line 267 of file dataflow.h.
|
virtual |
Implements IntraUniDirectionalDataflow.
|
virtual |
Implements IntraUniDirectionalDataflow.
Implements IntraUniDirectionalDataflow.
Implements IntraUniDirectionalDataflow.
|
virtual |
Implements IntraUniDirectionalDataflow.
|
virtual |
Implements IntraUniDirectionalDataflow.
|
virtual |
Implements IntraUniDirectionalDataflow.