LiveVarsLattice::LiveVarsLattice
Construct from set
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/liveDeadVarAnalysis.h>
LiveVarsLattice(std::set<varID> const& liveVars);
Parameters
Name |
Description |
liveVars |
The object to copy construct from |
Created with MrDocs