Definition at line 365 of file latticeFull.h.
|
| | FiniteVariablesProductLattice (bool includeScalars, bool includeArrays, Lattice *perVarLattice, const std::map< varID, Lattice * > &constVarLattices, Lattice *allVarLattice, const Function &func, const DataflowNode &n, const NodeState &state) |
| |
| | FiniteVariablesProductLattice (const FiniteVariablesProductLattice &that) |
| |
| Lattice * | copy () const override |
| |
| void | copy (Lattice *that) |
| |
|
| VariablesProductLattice (bool includeScalars, bool includeArrays, Lattice *perVarLattice, const std::map< varID, Lattice * > &constVarLattices, Lattice *allVarLattice, const Function &func, const DataflowNode &n, const NodeState &state) |
| |
|
| VariablesProductLattice (const VariablesProductLattice &that) |
| |
|
Lattice * | getVarLattice (const Function &func, const varID &var) |
| |
|
varIDSet & | getGlobalVars () const |
| |
|
varIDSet & | getLocalVars (Function func) const |
| |
|
varIDSet & | getRefVars (Function func) const |
| |
|
varIDSet | getVisibleVars (Function func) const |
| |
| void | copy (Lattice *that) |
| |
| void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
| |
| void | incorporateVars (Lattice *that) |
| |
| std::string | str (std::string indent="") |
| |
|
| 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 | meetUpdate (Lattice *that) |
| |
| virtual bool | operator== (Lattice *that) |
| |
| int | getLevel () |
| |
| virtual Lattice * | project (SgExpression *) |
| |
| virtual bool | unProject (SgExpression *, Lattice *exprState) |
| |
| bool | operator!= (Lattice *that) |
| |
| bool | operator== (Lattice &that) |
| |
| bool | operator!= (Lattice &that) |
| |
| | FiniteProductLattice (const std::vector< Lattice * > &lattices) |
| |
| | FiniteProductLattice (const FiniteProductLattice &that) |
| |
| void | verifyFinite () |
| |
| bool | finiteLattice () |
| | Check if this lattice is finite or not.
|
| |