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.cpp617 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
680 bool isLiveOut = false; in LowerPHINode() local
687 isLiveOut = true; in LowerPHINode()
692 if (!isLiveOut) { in LowerPHINode()
867 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
H A DMachineBasicBlock.cpp1335 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1336 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1346 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
H A DLiveVariables.cpp818 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
H A DMachineVerifier.cpp221 bool isLiveOut(Register Reg) const { in isLiveOut() function
3381 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp338 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
485 if (isLiveOut(MBB, CopyToExec)) { in optimizeExecSequence()
716 if (isLiveOut(*VCmp->getParent(), VCmpDest->getReg())) in tryRecordVCmpxAndSaveexecSequence()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h292 LLVM_ABI 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16747 {"_ZN4llvm13LiveVariables9isLiveOutEjRKNS_17MachineBasicBlockE", "llvm::LiveVariables::isLiveOut(un…
17302 {"_ZNK4llvm19MachineRegisterInfo9isLiveOutEj", "llvm::MachineRegisterInfo::isLiveOut(unsigned int) …