Searched refs:isLiveOut (Results 1 – 10 of 10) sorted by relevance
335 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) { in LowerAtomicPHINode()421 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) { in SplitPHIEdges()
377 bool isLiveOut = false; in runOnMachineFunction() local381 isLiveOut = true; in runOnMachineFunction()386 if (isLiveOut) in runOnMachineFunction()
158 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { in isLiveOut() function in MachineRegisterInfo
164 bool isLiveOut(unsigned Reg) const { in isLiveOut() function905 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
1415 if (MRI.use_empty(Reg) && !MRI.isLiveOut(Reg)) { in print()1419 if (!MRI.use_empty(AliasReg) || MRI.isLiveOut(AliasReg)) { in print()
703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
297 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
284 bool isLiveOut(unsigned Reg) const;
2791 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local2841 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
1356 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg())) in LowerReturn()