Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance
617 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()680 bool isLiveOut = false; in LowerPHINode() local687 isLiveOut = true; in LowerPHINode()692 if (!isLiveOut) { in LowerPHINode()867 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
1335 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local1336 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()1346 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
818 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
221 bool isLiveOut(Register Reg) const { in isLiveOut() function3381 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
338 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function485 if (isLiveOut(MBB, CopyToExec)) { in optimizeExecSequence()716 if (isLiveOut(*VCmp->getParent(), VCmpDest->getReg())) in tryRecordVCmpxAndSaveexecSequence()
292 LLVM_ABI bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
3076 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local3128 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
16747 {"_ZN4llvm13LiveVariables9isLiveOutEjRKNS_17MachineBasicBlockE", "llvm::LiveVariables::isLiveOut(un…17302 {"_ZNK4llvm19MachineRegisterInfo9isLiveOutEj", "llvm::MachineRegisterInfo::isLiveOut(unsigned int) …