ROSE 0.11.145.147
|
Definition at line 197 of file liveDeadVarAnalysis.h.
Public Member Functions | |
VarsExprsProductLattice (Lattice *perVarLattice, const std::map< varID, Lattice * > &constVarLattices, Lattice *allVarLattice, LiveDeadVarsAnalysis *ldva, const DataflowNode &n, const NodeState &state) | |
VarsExprsProductLattice (const VarsExprsProductLattice &that) | |
Lattice * | getVarLattice (const varID &var) |
std::set< varID > | getAllVars () |
void | copy (Lattice *that) |
void | copy (const VarsExprsProductLattice *that) |
bool | meetUpdate (Lattice *that) |
void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
*Lattice**/void remapVars(const std::map<varID, varID>& varNameMap, const Function& newFunc, bool (*f)(CFGNode)); | |
void | incorporateVars (Lattice *that) |
Lattice * | project (SgExpression *expr) |
bool | unProject (SgExpression *expr, Lattice *exprState) |
bool | addVar (const varID &var) |
bool | remVar (const varID &var) |
bool | addVar (const varID &var, Lattice *lat) |
std::string | str (std::string indent="") |
Public Member Functions inherited from ProductLattice | |
ProductLattice (const std::vector< Lattice * > &lattices) | |
void | init (const std::vector< Lattice * > &lattices) |
void | initialize () |
const std::vector< Lattice * > & | getLattices () |
void | copy_lattices (std::vector< Lattice * > &newLattices) const |
virtual bool | operator== (Lattice *that) |
int | getLevel () |
Public Member Functions inherited from Lattice | |
virtual Lattice * | copy () const =0 |
virtual bool | finiteLattice ()=0 |
Check if this lattice is finite or not. | |
bool | operator!= (Lattice *that) |
bool | operator== (Lattice &that) |
bool | operator!= (Lattice &that) |
Protected Member Functions | |
VarsExprsProductLattice (const DataflowNode &n, const NodeState &state, bool(*filter)(CFGNode cfgn)) | |
virtual VarsExprsProductLattice * | blankVEPL (const DataflowNode &n, const NodeState &state)=0 |
int | getVarIndex (const varID &var) |
Protected Attributes | |
Lattice * | perVarLattice |
Lattice * | allVarLattice |
std::map< varID, Lattice * > | constVarLattices |
std::map< varID, int > | varLatticeIndex |
LiveDeadVarsAnalysis * | ldva |
bool(* | filter )(CFGNode cfgn) |
DataflowNode | n |
const NodeState & | state |
Protected Attributes inherited from ProductLattice | |
std::vector< Lattice * > | lattices |
Additional Inherited Members | |
Public Attributes inherited from ProductLattice | |
short | level |
Static Public Attributes inherited from ProductLattice | |
static const int | uninitialized =0 |
static const int | initialized =1 |
|
virtual |
Reimplemented from ProductLattice.
|
virtual |
Reimplemented from ProductLattice.
|
virtual |
Reimplemented from Lattice.
|
virtual |
Reimplemented from Lattice.
|
virtual |
Reimplemented from ProductLattice.
|
protected |
Definition at line 201 of file liveDeadVarAnalysis.h.
|
protected |
Definition at line 204 of file liveDeadVarAnalysis.h.
Definition at line 207 of file liveDeadVarAnalysis.h.
|
protected |
Definition at line 211 of file liveDeadVarAnalysis.h.
|
protected |
Definition at line 214 of file liveDeadVarAnalysis.h.
|
protected |
Definition at line 216 of file liveDeadVarAnalysis.h.
|
protected |
Definition at line 219 of file liveDeadVarAnalysis.h.
|
protected |
Definition at line 220 of file liveDeadVarAnalysis.h.