ROSE
0.9.6a
|
#include <divAnalysis.h>
Public Member Functions | |
DivAnalysis (LiveDeadVarsAnalysis *ldva) | |
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) |
boost::shared_ptr < IntraDFTransferVisitor > | getTransferVisitor (const Function &func, const DataflowNode &n, NodeState &state, const std::vector< Lattice * > &dfInfo) |
Public Member Functions inherited from IntraFWDataflow | |
IntraFWDataflow () | |
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) |
Public Member Functions inherited from IntraUniDirectionalDataflow | |
bool | runAnalysis (const Function &func, NodeState *state, bool analyzeDueToCallers, std::set< Function > calleesUpdated) |
Protected Attributes | |
LiveDeadVarsAnalysis * | ldva |
Static Protected Attributes | |
static std::map< varID, Lattice * > | constVars |
static bool | constVars_init |
Additional Inherited Members | |
Public Attributes inherited from IntraProceduralDataflow | |
std::set< Function > | visited |
Protected Member Functions inherited from IntraUniDirectionalDataflow | |
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) |
Definition at line 199 of file divAnalysis.h.
|
inline |
Definition at line 210 of file divAnalysis.h.
References ldva.
|
virtual |
Implements IntraProceduralDataflow.
|
inlinevirtual |
Implements IntraUnitDataflow.
Definition at line 231 of file divAnalysis.h.
|
inlinevirtual |
Reimplemented from IntraUnitDataflow.
Definition at line 233 of file divAnalysis.h.
Definition at line 202 of file divAnalysis.h.
|
staticprotected |
Definition at line 203 of file divAnalysis.h.
|
protected |
Definition at line 207 of file divAnalysis.h.
Referenced by DivAnalysis().