ROSE
0.11.96.11
|
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="") |
![]() | |
bool | finiteLattice () |
Check if this lattice is finite or not. | |
![]() | |
bool | operator!= (Lattice *that) |
bool | operator== (Lattice &that) |
bool | operator!= (Lattice &that) |
Public Attributes | |
domLevel | level |
set< DataflowNode > | domNodes |
DataflowNode | n |