Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LV

630   LiveVariables *LV = P->getAnalysisIfAvailable<LiveVariables>();
634 if (LV)
645 LV->getVarInfo(Reg).removeKill(MI)) {
678 if (LV) {
686 LV->getVarInfo(Reg).Kills.push_back(I);
692 LV->addNewBlock(NMBB, this, Succ);