Definition at line 26 of file sequenceStructAnalysis.h.
|
| SeqStructLattice (ConstrGraph *cg, const DataflowNode &n, string indent="") |
|
| SeqStructLattice (ConstrGraph *cg, const DataflowNode &n, const varID &vInit, int startOffset, string indent="") |
|
| SeqStructLattice (ConstrGraph *cg, const DataflowNode &n, int initVal, string indent="") |
|
| SeqStructLattice (ConstrGraph *cg, const DataflowNode &n, const varID &initV, const varID &finV, int s, string indent="") |
|
| SeqStructLattice (ConstrGraph *cg, const DataflowNode &n, int initV, int finV, int s, string indent="") |
|
| SeqStructLattice (const SeqStructLattice &that, string indent="") |
|
void | initialize () |
|
Lattice * | copy () const |
|
void | copy (Lattice *that) |
|
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 | setToBottom () |
|
bool | setToTop () |
|
bool | setToStartKnown (varID vInit, int initOffset) |
|
bool | setToStartKnown (int initVal) |
|
bool | setToSeqKnown (varID vFin, int finOffset, int stride) |
|
seqLevel | getLevel () const |
|
bool | operator== (Lattice *that) |
|
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) |
|