Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance
425 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()488 bool isLiveOut = false; in LowerPHINode() local496 isLiveOut = true; in LowerPHINode()501 if (!isLiveOut) { in LowerPHINode()667 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
1056 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local1057 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()1061 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
738 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
208 bool isLiveOut(unsigned Reg) const { in isLiveOut() function2247 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
259 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function320 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
428 bool isLiveOut(unsigned Reg);899 if (isLiveOut(Reg)) in removeLiveOut()904 if (isLiveOut(OldReg)) { in replaceLiveOut()923 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()1008 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion1609 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
3062 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local3114 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()