#include <liveDeadVarAnalysis.h>
|
| LiveDeadVarsAnalysis (SgProject *project, funcSideEffectUses *fseu=NULL) |
|
void | genInitState (const Function &func, const DataflowNode &n, const NodeState &state, std::vector< Lattice * > &initLattices, std::vector< NodeFact * > &initFacts) |
|
boost::shared_ptr
< IntraDFTransferVisitor > | getTransferVisitor (const Function &func, const DataflowNode &n, NodeState &state, const std::vector< Lattice * > &dfInfo) |
|
bool | transfer (const Function &func, const DataflowNode &n, NodeState &state, const std::vector< Lattice * > &dfInfo) |
|
| IntraBWDataflow () |
|
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) |
|
Definition at line 159 of file liveDeadVarAnalysis.h.
The documentation for this class was generated from the following file: