Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp409 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
472 bool isLiveOut = false; in LowerPHINode() local
480 isLiveOut = true; in LowerPHINode()
485 if (!isLiveOut) { in LowerPHINode()
650 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
DMachineBasicBlock.cpp907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
908 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
912 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
DLiveVariables.cpp740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineVerifier.cpp175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
1467 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPHIElimination.cpp338 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) { in LowerAtomicPHINode()
424 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) { in SplitPHIEdges()
DStrongPHIElimination.cpp378 bool isLiveOut = false; in runOnMachineFunction() local
382 isLiveOut = true; in runOnMachineFunction()
387 if (isLiveOut) in runOnMachineFunction()
DMachineRegisterInfo.cpp188 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { in isLiveOut() function in MachineRegisterInfo
DMachineVerifier.cpp166 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
939 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
DMachineInstr.cpp1427 if (MRI.use_empty(Reg) && !MRI.isLiveOut(Reg)) { in print()
1431 if (!MRI.use_empty(AliasReg) || MRI.isLiveOut(AliasReg)) { in print()
DLiveVariables.cpp703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveVariables.h299 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
DMachineRegisterInfo.h319 bool isLiveOut(unsigned Reg) const;
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h291 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2895 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
2947 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2824 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local
2875 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp1410 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg())) in LowerReturn()