Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPHIElimination.cpp512 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
574 bool isLiveOut = false; in LowerPHINode() local
581 isLiveOut = true; in LowerPHINode()
586 if (!isLiveOut) { in LowerPHINode()
757 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
DMachineBasicBlock.cpp1220 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1221 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1225 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
DLiveVariables.cpp807 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineVerifier.cpp193 bool isLiveOut(Register Reg) const { in isLiveOut() function
2815 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp316 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
446 if (isLiveOut(MBB, CopyToExec)) { in optimizeExecSequence()
672 if (isLiveOut(*VCmp->getParent(), VCmpDest->getReg())) in tryRecordVCmpxAndSaveexecSequence()
DAMDGPUMachineCFGStructurizer.cpp409 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 LinearizedRegion
1575 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveVariables.h295 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp3084 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
3136 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()