#include <liveDeadVarAnalysis.h>
|
| VarsExprsProductLattice (Lattice *perVarLattice, const std::map< varID, Lattice * > &constVarLattices, Lattice *allVarLattice, LiveDeadVarsAnalysis *ldva, const DataflowNode &n, const NodeState &state) |
|
| VarsExprsProductLattice (const VarsExprsProductLattice &that) |
|
| ~VarsExprsProductLattice () |
|
Lattice * | getVarLattice (const varID &var) |
|
std::set< varID > | getAllVars () |
|
void | copy (Lattice *that) |
|
void | copy (const VarsExprsProductLattice *that) |
|
bool | meetUpdate (Lattice *that) |
|
void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
| *Lattice**/void remapVars(const std::map<varID, varID>& varNameMap, const Function& newFunc, bool (*f)(CFGNode)); More...
|
|
void | incorporateVars (Lattice *that) |
|
Lattice * | project (SgExpression *expr) |
|
bool | unProject (SgExpression *expr, Lattice *exprState) |
|
bool | addVar (const varID &var) |
|
bool | remVar (const varID &var) |
|
bool | addVar (const varID &var, Lattice *lat) |
|
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 | operator== (Lattice *that) |
|
int | getLevel () |
|
virtual Lattice * | copy () const =0 |
|
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 192 of file liveDeadVarAnalysis.h.
VarsExprsProductLattice::~VarsExprsProductLattice |
( |
) | |
|
Lattice* VarsExprsProductLattice::getVarLattice |
( |
const varID & |
var) | |
|
std::set<varID> VarsExprsProductLattice::getAllVars |
( |
) | |
|
int VarsExprsProductLattice::getVarIndex |
( |
const varID & |
var) | |
|
|
protected |
void VarsExprsProductLattice::copy |
( |
Lattice * |
that) | |
|
|
virtual |
bool VarsExprsProductLattice::meetUpdate |
( |
Lattice * |
that) | |
|
|
virtual |
void VarsExprsProductLattice::remapVars |
( |
const std::map< varID, varID > & |
varNameMap, |
|
|
const Function & |
newFunc |
|
) |
| |
|
virtual |
*Lattice**/void remapVars(const std::map<varID, varID>& varNameMap, const Function& newFunc, bool (*f)(CFGNode));
Reimplemented from Lattice.
void VarsExprsProductLattice::incorporateVars |
( |
Lattice * |
that) | |
|
|
virtual |
bool VarsExprsProductLattice::addVar |
( |
const varID & |
var) | |
|
bool VarsExprsProductLattice::remVar |
( |
const varID & |
var) | |
|
bool VarsExprsProductLattice::addVar |
( |
const varID & |
var, |
|
|
Lattice * |
lat |
|
) |
| |
std::string VarsExprsProductLattice::str |
( |
std::string |
indent = "" ) | |
|
|
virtual |
Lattice* VarsExprsProductLattice::perVarLattice |
|
protected |
Lattice* VarsExprsProductLattice::allVarLattice |
|
protected |
std::map<varID, Lattice*> VarsExprsProductLattice::constVarLattices |
|
protected |
std::map<varID, int> VarsExprsProductLattice::varLatticeIndex |
|
protected |
bool(* VarsExprsProductLattice::filter)(CFGNode cfgn) |
|
protected |
const NodeState& VarsExprsProductLattice::state |
|
protected |
The documentation for this class was generated from the following file: