#include <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. More...
|
| |
| virtual void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
| |
| bool | operator!= (Lattice *that) |
| |
| bool | operator== (Lattice &that) |
| |
| bool | operator!= (Lattice &that) |
| |
| virtual | ~printable () |
| |
| virtual std::string | str (std::string indent="")=0 |
| |
Definition at line 23 of file sequenceStructAnalysis.h.
| SeqStructLattice::SeqStructLattice |
( |
ConstrGraph * |
cg, |
|
|
const DataflowNode & |
n, |
|
|
int |
initV, |
|
|
int |
finV, |
|
|
int |
s, |
|
|
string |
indent = "" |
|
) |
| |
| SeqStructLattice::SeqStructLattice |
( |
const SeqStructLattice & |
that, |
|
|
string |
indent = "" |
|
) |
| |
| void SeqStructLattice::init |
( |
string |
indent = "") | |
|
|
protected |
| bool SeqStructLattice::copyFrom |
( |
const SeqStructLattice & |
that, |
|
|
string |
indent = "" |
|
) |
| |
|
protected |
| void SeqStructLattice::initialize |
( |
) | |
|
|
virtual |
| Lattice* SeqStructLattice::copy |
( |
) | |
const |
|
virtual |
| void SeqStructLattice::copy |
( |
Lattice * |
that) | |
|
|
virtual |
| void SeqStructLattice::remapVars |
( |
const map< varID, varID > & |
varNameMap, |
|
|
const Function & |
newFunc |
|
) |
| |
| void SeqStructLattice::incorporateVars |
( |
Lattice * |
that_arg) | |
|
|
virtual |
| bool SeqStructLattice::meetUpdate |
( |
Lattice * |
that_arg) | |
|
|
virtual |
| bool SeqStructLattice::setToBottom |
( |
) | |
|
| bool SeqStructLattice::setToTop |
( |
) | |
|
| bool SeqStructLattice::setToStartKnown |
( |
varID |
vInit, |
|
|
int |
initOffset |
|
) |
| |
| bool SeqStructLattice::setToStartKnown |
( |
int |
initVal) | |
|
| bool SeqStructLattice::setToSeqKnown |
( |
varID |
vFin, |
|
|
int |
finOffset, |
|
|
int |
stride |
|
) |
| |
| seqLevel SeqStructLattice::getLevel |
( |
) | |
const |
| bool SeqStructLattice::operator== |
( |
Lattice * |
that) | |
|
|
virtual |
| string SeqStructLattice::str |
( |
string |
indent = "") | |
|
| varID SeqStructLattice::vInit |
| varID SeqStructLattice::vFin |
The documentation for this class was generated from the following file: