Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance
410 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()473 bool isLiveOut = false; in LowerPHINode() local481 isLiveOut = true; in LowerPHINode()486 if (!isLiveOut) { in LowerPHINode()651 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
929 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local930 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()934 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
739 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function1313 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
143 if (LV->isLiveOut(Def, *MBB)) in runOnMachineFunction()
292 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
263 if (!MRI.isLiveOut(Reg)) { in LowerOperation()
2926 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local2977 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()