Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance
609 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()672 bool isLiveOut = false; in LowerPHINode() local679 isLiveOut = true; in LowerPHINode()684 if (!isLiveOut) { in LowerPHINode()859 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
1326 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local1327 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()1337 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
825 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
208 bool isLiveOut(Register Reg) const { in isLiveOut() function3228 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
319 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function466 if (isLiveOut(MBB, CopyToExec)) { in optimizeExecSequence()695 if (isLiveOut(*VCmp->getParent(), VCmpDest->getReg())) in tryRecordVCmpxAndSaveexecSequence()
409 bool isLiveOut(unsigned Reg);876 if (isLiveOut(Reg)) in removeLiveOut()881 if (isLiveOut(OldReg)) { in replaceLiveOut()901 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()986 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion1573 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
288 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
3076 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local3128 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()