Home
last modified time | relevance | path

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

/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
H A DAMDGPUMachineCFGStructurizer.cpp990 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp553 bool isLiveOut = false; in LowerPHINode() local
H A DLiveVariables.cpp732 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
H A DMachineBasicBlock.cpp1222 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
H A DMachineVerifier.cpp186 bool isLiveOut(Register Reg) const { in isLiveOut() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp3065 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local