ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
LiveVarsLattice Class Reference

Description

Definition at line 26 of file liveDeadVarAnalysis.h.

Inheritance diagram for LiveVarsLattice:
Inheritance graph
[legend]
Collaboration diagram for LiveVarsLattice:
Collaboration graph
[legend]

Public Member Functions

 LiveVarsLattice (const varID &var)
 
 LiveVarsLattice (const std::set< varID > &liveVars)
 
void initialize ()
 
Latticecopy () const
 
void copy (Lattice *that)
 
void remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc)
 
void incorporateVars (Lattice *that_arg)
 
Latticeproject (SgExpression *expr)
 
bool unProject (SgExpression *expr, Lattice *exprState)
 
bool meetUpdate (Lattice *that_arg)
 
bool operator== (Lattice *that)
 
bool addVar (const varID &var)
 
bool remVar (const varID &var)
 
bool isLiveVar (varID var)
 
std::string str (std::string indent="")
 
- Public Member Functions inherited from FiniteLattice
bool finiteLattice ()
 Check if this lattice is finite or not.
 
- Public Member Functions inherited from Lattice
bool operator!= (Lattice *that)
 
bool operator== (Lattice &that)
 
bool operator!= (Lattice &that)
 

Public Attributes

std::set< varIDliveVars
 

The documentation for this class was generated from the following file: