Home
last modified time | relevance | path

Searched refs:isLiveOut (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp609 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
672 bool isLiveOut = false; in LowerPHINode() local
679 isLiveOut = true; in LowerPHINode()
684 if (!isLiveOut) { in LowerPHINode()
859 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
H A DMachineBasicBlock.cpp1326 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1327 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1337 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
H A DLiveVariables.cpp825 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
H A DMachineVerifier.cpp208 bool isLiveOut(Register Reg) const { in isLiveOut() function
3228 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp319 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
466 if (isLiveOut(MBB, CopyToExec)) { in optimizeExecSequence()
695 if (isLiveOut(*VCmp->getParent(), VCmpDest->getReg())) in tryRecordVCmpxAndSaveexecSequence()
H A DAMDGPUMachineCFGStructurizer.cpp409 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 LinearizedRegion
1573 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h288 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp3076 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
3128 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()