#include <latticeFull.h>
|
| | 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 () |
| |
| | ProductLattice (const std::vector< Lattice * > &lattices) |
| |
| | ~ProductLattice () |
| |
| 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 * | copy () const =0 |
| |
| virtual Lattice * | project (SgExpression *expr) |
| |
| virtual bool | unProject (SgExpression *expr, Lattice *exprState) |
| |
| virtual bool | finiteLattice ()=0 |
| | Check if this lattice is finite or not. More...
|
| |
| bool | operator!= (Lattice *that) |
| |
| bool | operator== (Lattice &that) |
| |
| bool | operator!= (Lattice &that) |
| |
| virtual | ~printable () |
| |
Definition at line 259 of file latticeFull.h.
| void VariablesProductLattice::setUpVarLatticeIndex |
( |
) | |
|
|
protected |
| int VariablesProductLattice::getVarIndex |
( |
const Function & |
func, |
|
|
const varID & |
var |
|
) |
| |
|
protected |
| varIDSet& VariablesProductLattice::getGlobalVars |
( |
) | |
const |
| static varIDSet& VariablesProductLattice::getGlobalVars |
( |
bool |
includeScalars, |
|
|
bool |
includeArrays |
|
) |
| |
|
static |
| void VariablesProductLattice::copy |
( |
Lattice * |
that) | |
|
|
virtual |
| void VariablesProductLattice::remapVars |
( |
const std::map< varID, varID > & |
varNameMap, |
|
|
const Function & |
newFunc |
|
) |
| |
|
virtual |
| void VariablesProductLattice::incorporateVars |
( |
Lattice * |
that) | |
|
|
virtual |
| std::string VariablesProductLattice::str |
( |
std::string |
indent = "") | |
|
|
virtual |
| bool VariablesProductLattice::includeScalars |
|
protected |
| bool VariablesProductLattice::includeArrays |
|
protected |
| std::map<varID, Lattice*> VariablesProductLattice::constVarLattices |
|
protected |
| Lattice* VariablesProductLattice::allVarLattice |
|
protected |
| Lattice* VariablesProductLattice::perVarLattice |
|
protected |
| std::map<Function, std::map<varID, int> > VariablesProductLattice::varLatticeIndex |
|
staticprotected |
The documentation for this class was generated from the following file: