Home
last modified time | relevance | path

Searched defs:isLiveOut (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp319 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
H A DAMDGPUMachineCFGStructurizer.cpp986 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp672 bool isLiveOut = false; in LowerPHINode() local
H A DLiveVariables.cpp825 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
H A DMachineBasicBlock.cpp1326 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
H A DMachineVerifier.cpp208 bool isLiveOut(Register Reg) const { in isLiveOut() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp3076 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local