ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LiveVarsLattice Class Reference

#include <liveDeadVarAnalysis.h>

Inheritance diagram for LiveVarsLattice:
Collaboration diagram for LiveVarsLattice:

Public Member Functions

 LiveVarsLattice ()
 
 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. More...
 
- Public Member Functions inherited from Lattice
bool operator!= (Lattice *that)
 
bool operator== (Lattice &that)
 
bool operator!= (Lattice &that)
 
- Public Member Functions inherited from printable
virtual ~printable ()
 

Public Attributes

std::set< varIDliveVars
 

Detailed Description

Definition at line 23 of file liveDeadVarAnalysis.h.

Constructor & Destructor Documentation

LiveVarsLattice::LiveVarsLattice ( )
LiveVarsLattice::LiveVarsLattice ( const varID var)
LiveVarsLattice::LiveVarsLattice ( const std::set< varID > &  liveVars)

Member Function Documentation

void LiveVarsLattice::initialize ( )
virtual
Lattice* LiveVarsLattice::copy ( ) const
virtual

Implements Lattice.

void LiveVarsLattice::copy ( Lattice that)
virtual

Implements Lattice.

void LiveVarsLattice::remapVars ( const std::map< varID, varID > &  varNameMap,
const Function newFunc 
)
virtual

Reimplemented from Lattice.

void LiveVarsLattice::incorporateVars ( Lattice that_arg)
virtual

Reimplemented from Lattice.

Lattice* LiveVarsLattice::project ( SgExpression expr)
virtual

Reimplemented from Lattice.

bool LiveVarsLattice::unProject ( SgExpression expr,
Lattice exprState 
)
virtual

Reimplemented from Lattice.

bool LiveVarsLattice::meetUpdate ( Lattice that_arg)
virtual

Implements Lattice.

bool LiveVarsLattice::operator== ( Lattice that)
virtual

Implements Lattice.

bool LiveVarsLattice::addVar ( const varID var)
bool LiveVarsLattice::remVar ( const varID var)
bool LiveVarsLattice::isLiveVar ( varID  var)
std::string LiveVarsLattice::str ( std::string  indent = "")
virtual

Member Data Documentation

std::set<varID> LiveVarsLattice::liveVars

Definition at line 26 of file liveDeadVarAnalysis.h.


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