Lines Matching refs:LiveVariables
33 #include "llvm/CodeGen/LiveVariables.h"
193 LiveVariables *LiveVars;
305 // We don't want to verify LiveVariables if LiveIntervals is available.
307 LiveVars = PASS->getAnalysisIfAvailable<LiveVariables>();
1000 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
1002 report("Kill missing from LiveVariables", MO, MONum);
1303 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
1307 // Our vregsRequired should be identical to LiveVariables' AliveBlocks
1310 report("LiveVariables: Block missing from AliveBlocks", &MBB);
1316 report("LiveVariables: Block should not be in AliveBlocks", &MBB);