Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance
512 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()574 bool isLiveOut = false; in LowerPHINode() local581 isLiveOut = true; in LowerPHINode()586 if (!isLiveOut) { in LowerPHINode()757 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
1220 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local1221 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()1225 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
807 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
193 bool isLiveOut(Register Reg) const { in isLiveOut() function2815 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
316 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function446 if (isLiveOut(MBB, CopyToExec)) { in optimizeExecSequence()672 if (isLiveOut(*VCmp->getParent(), VCmpDest->getReg())) in tryRecordVCmpxAndSaveexecSequence()
409 bool isLiveOut(unsigned Reg);878 if (isLiveOut(Reg)) in removeLiveOut()883 if (isLiveOut(OldReg)) { in replaceLiveOut()903 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()988 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion1575 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
295 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
3084 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local3136 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()