Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp490 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
553 bool isLiveOut = false; in LowerPHINode() local
560 isLiveOut = true; in LowerPHINode()
565 if (!isLiveOut) { in LowerPHINode()
732 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
H A DMachineBasicBlock.cpp1222 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1223 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1227 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
H A DLiveVariables.cpp732 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
H A DMachineVerifier.cpp186 bool isLiveOut(Register Reg) const { in isLiveOut() function
2578 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp286 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
359 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
H A DAMDGPUMachineCFGStructurizer.cpp409 bool isLiveOut(unsigned Reg);
880 if (isLiveOut(Reg)) in removeLiveOut()
885 if (isLiveOut(OldReg)) { in replaceLiveOut()
905 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()
990 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion
1587 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveVariables.h290 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp3065 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
3117 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()