ROSE 0.11.145.147
|
Definition at line 20 of file dominatorAnalysis.h.
Public Types | |
enum | domLevel { uninitialized =0 , initialized } |
Public Member Functions | |
DominatorLattice (const DataflowNode &n) | |
DominatorLattice (const DataflowNode &n, const DataflowNode &nodes) | |
DominatorLattice (const DataflowNode &n, const set< DataflowNode > &nodes) | |
DominatorLattice (const DominatorLattice &that) | |
void | initialize () |
Lattice * | copy () const |
void | copy (Lattice *that) |
bool | copyFrom (DominatorLattice *domLat, string indent="") |
void | remapVars (const map< varID, varID > &varNameMap, const Function &newFunc) |
void | incorporateVars (Lattice *that_arg) |
Lattice * | project (SgExpression *expr) |
bool | unProject (SgExpression *expr, Lattice *exprState) |
bool | meetUpdate (Lattice *that_arg) |
bool | operator== (Lattice *that) |
bool | addNode (const DataflowNode &n, string indent="") |
bool | remNode (const DataflowNode &n, string indent="") |
bool | isDominator (const DataflowNode &n, string indent="") |
string | str (string indent="") |
Public Member Functions inherited from FiniteLattice | |
bool | finiteLattice () |
Check if this lattice is finite or not. | |
Public Member Functions inherited from Lattice | |
bool | operator!= (Lattice *that) |
bool | operator== (Lattice &that) |
bool | operator!= (Lattice &that) |
Public Attributes | |
domLevel | level |
set< DataflowNode > | domNodes |
DataflowNode | n |
enum DominatorLattice::domLevel |
Definition at line 23 of file dominatorAnalysis.h.
|
virtual |
Implements Lattice.
|
virtual |
Reimplemented from Lattice.
|
virtual |
Reimplemented from Lattice.
|
virtual |
Reimplemented from Lattice.
|
virtual |
Implements printable.
domLevel DominatorLattice::level |
Definition at line 24 of file dominatorAnalysis.h.
set<DataflowNode> DominatorLattice::domNodes |
Definition at line 25 of file dominatorAnalysis.h.
DataflowNode DominatorLattice::n |
Definition at line 26 of file dominatorAnalysis.h.