Searched refs:isLiveOut (Results 1 – 16 of 16) sorted by relevance
409 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()472 bool isLiveOut = false; in LowerPHINode() local480 isLiveOut = true; in LowerPHINode()485 if (!isLiveOut) { in LowerPHINode()650 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local908 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()912 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function1467 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
338 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) { in LowerAtomicPHINode()424 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) { in SplitPHIEdges()
378 bool isLiveOut = false; in runOnMachineFunction() local382 isLiveOut = true; in runOnMachineFunction()387 if (isLiveOut) in runOnMachineFunction()
188 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { in isLiveOut() function in MachineRegisterInfo
166 bool isLiveOut(unsigned Reg) const { in isLiveOut() function939 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
1427 if (MRI.use_empty(Reg) && !MRI.isLiveOut(Reg)) { in print()1431 if (!MRI.use_empty(AliasReg) || MRI.isLiveOut(AliasReg)) { in print()
703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
299 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
319 bool isLiveOut(unsigned Reg) const;
291 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
2895 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local2947 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
2824 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local2875 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
1410 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg())) in LowerReturn()