Searched refs:isLiveOut (Results 1 – 7 of 7) 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()652 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
882 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local883 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()887 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function1265 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
738 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
292 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
263 if (!MRI.isLiveOut(Reg)) { in LowerOperation()
2917 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local2968 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()