LiveVarsLattice::LiveVarsLattice
Constructors
Synopses
Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/liveDeadVarAnalysis.h>
Default constructor
Construct from varID
LiveVarsLattice(varID const& var);
Construct from set
LiveVarsLattice(std::set<varID> const& liveVars);
Created with MrDocs