ROSE 0.11.145.147
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
 

Member Function Documentation

◆ initialize()

void LiveVarsLattice::initialize ( )
virtual

Implements Lattice.

◆ copy() [1/2]

Lattice * LiveVarsLattice::copy ( ) const
virtual

Implements Lattice.

◆ copy() [2/2]

void LiveVarsLattice::copy ( Lattice that)
virtual

Implements Lattice.

◆ remapVars()

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

Reimplemented from Lattice.

◆ incorporateVars()

void LiveVarsLattice::incorporateVars ( Lattice that_arg)
virtual

Reimplemented from Lattice.

◆ project()

Lattice * LiveVarsLattice::project ( SgExpression expr)
virtual

Reimplemented from Lattice.

◆ unProject()

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

Reimplemented from Lattice.

◆ meetUpdate()

bool LiveVarsLattice::meetUpdate ( Lattice that_arg)
virtual

Implements Lattice.

◆ operator==()

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

Implements Lattice.

◆ str()

std::string LiveVarsLattice::str ( std::string  indent = "")
virtual

Implements printable.

Member Data Documentation

◆ liveVars

std::set<varID> LiveVarsLattice::liveVars

Definition at line 29 of file liveDeadVarAnalysis.h.


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