Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveVariables

33 #include "llvm/CodeGen/LiveVariables.h"
193 LiveVariables *LiveVars;
299 // We don't want to verify LiveVariables if LiveIntervals is available.
301 LiveVars = PASS->getAnalysisIfAvailable<LiveVariables>();
993 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
995 report("Kill missing from LiveVariables", MO, MONum);
1293 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
1298 // Our vregsRequired should be identical to LiveVariables' AliveBlocks
1301 report("LiveVariables: Block missing from AliveBlocks", MFI);
1307 report("LiveVariables: Block should not be in AliveBlocks", MFI);