| 
    ROSE
    0.11.96.11
    
   | 
 
Definition at line 26 of file liveDeadVarAnalysis.h.


Public Member Functions | |
| LiveVarsLattice (const varID &var) | |
| LiveVarsLattice (const std::set< varID > &liveVars) | |
| void | initialize () | 
| Lattice * | copy () const | 
| void | copy (Lattice *that) | 
| void | remapVars (const std::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 | 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< varID > | liveVars | 
 1.8.17