#include <liveDeadVarAnalysis.h>
Definition at line 23 of file liveDeadVarAnalysis.h.
| LiveVarsLattice::LiveVarsLattice |
( |
) | |
|
| LiveVarsLattice::LiveVarsLattice |
( |
const varID & |
var) | |
|
| LiveVarsLattice::LiveVarsLattice |
( |
const std::set< varID > & |
liveVars) | |
|
| void LiveVarsLattice::initialize |
( |
) | |
|
|
virtual |
| Lattice* LiveVarsLattice::copy |
( |
) | |
const |
|
virtual |
| void LiveVarsLattice::copy |
( |
Lattice * |
that) | |
|
|
virtual |
| void LiveVarsLattice::remapVars |
( |
const std::map< varID, varID > & |
varNameMap, |
|
|
const Function & |
newFunc |
|
) |
| |
|
virtual |
| void LiveVarsLattice::incorporateVars |
( |
Lattice * |
that_arg) | |
|
|
virtual |
| bool LiveVarsLattice::meetUpdate |
( |
Lattice * |
that_arg) | |
|
|
virtual |
| bool LiveVarsLattice::operator== |
( |
Lattice * |
that) | |
|
|
virtual |
| 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 |
| std::set<varID> LiveVarsLattice::liveVars |
The documentation for this class was generated from the following file: