Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance
500 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()563 bool isLiveOut = false; in LowerPHINode() local570 isLiveOut = true; in LowerPHINode()575 if (!isLiveOut) { in LowerPHINode()742 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
1196 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local1197 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()1201 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
732 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
186 bool isLiveOut(Register Reg) const { in isLiveOut() function2600 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
286 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function359 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
409 bool isLiveOut(unsigned Reg);880 if (isLiveOut(Reg)) in removeLiveOut()885 if (isLiveOut(OldReg)) { in replaceLiveOut()905 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()990 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion1587 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
290 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
3065 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local3117 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()