Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp335 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) { in LowerAtomicPHINode()
421 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) { in SplitPHIEdges()
DStrongPHIElimination.cpp377 bool isLiveOut = false; in runOnMachineFunction() local
381 isLiveOut = true; in runOnMachineFunction()
386 if (isLiveOut) in runOnMachineFunction()
DMachineRegisterInfo.cpp158 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { in isLiveOut() function in MachineRegisterInfo
DMachineVerifier.cpp164 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
905 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
DMachineInstr.cpp1415 if (MRI.use_empty(Reg) && !MRI.isLiveOut(Reg)) { in print()
1419 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/llvm/include/llvm/CodeGen/
DLiveVariables.h297 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
DMachineRegisterInfo.h284 bool isLiveOut(unsigned Reg) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2791 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local
2841 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1356 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg())) in LowerReturn()