Lines Matching full:lv
76 LiveVariables *LV = nullptr; member in __anon0c226a110111::SILowerControlFlow
246 if (LV) in emitIf()
247 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf()
265 if (LV) in emitIf()
266 LV->getVarInfo(Tmp).Kills.push_back(SetExec); in emitIf()
320 if (LV) in emitElse()
321 LV->replaceKillInstruction(SrcReg, MI, *OrSaveExec); in emitElse()
394 if (LV) in emitIfBreak()
395 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak()
403 if (LV) in emitIfBreak()
404 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *Or); in emitIfBreak()
406 if (LV) in emitIfBreak()
407 LV->replaceKillInstruction(MI.getOperand(2).getReg(), MI, *Or); in emitIfBreak()
430 if (LV) in emitLoop()
431 LV->replaceKillInstruction(MI.getOperand(0).getReg(), MI, *AndN2); in emitLoop()
516 if (LV) { in emitEndCf()
517 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
537 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in emitEndCf()
642 if (LV) in optimizeEndCf()
645 if (LV) in optimizeEndCf()
646 LV->recomputeForSingleDefVirtReg(Reg); in optimizeEndCf()
768 LV = LVWrapper ? &LVWrapper->getLV() : nullptr; in runOnMachineFunction()