Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDPHIElimination.cpp410 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
473 bool isLiveOut = false; in LowerPHINode() local
481 isLiveOut = true; in LowerPHINode()
486 if (!isLiveOut) { in LowerPHINode()
651 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
HDMachineBasicBlock.cpp880 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
881 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
885 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
HDMachineVerifier.cpp175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
1275 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
HDLiveVariables.cpp738 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveVariables.h292 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGRRList.cpp2924 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local
2975 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()