Searched refs:EndMBB (Results 1 – 5 of 5) sorted by relevance
472 MachineBasicBlock *EndMBB) { in runOnMachineFunction() argument473 assert(MDT->dominates(BeginMBB, EndMBB) && in runOnMachineFunction()479 Worklist.push_back(EndMBB); in runOnMachineFunction()
3679 const MachineBasicBlock *EndMBB = in verifyLiveRangeSegment() local3681 if (!EndMBB) { in verifyLiveRangeSegment()3689 if (S.end != LiveInts->getMBBEndIdx(EndMBB)) { in verifyLiveRangeSegment()3699 report("Live segment doesn't end at a valid instruction", EndMBB); in verifyLiveRangeSegment()3707 report("Live segment ends at B slot of an instruction", EndMBB); in verifyLiveRangeSegment()3716 report("Live segment ending at dead slot spans instructions", EndMBB); in verifyLiveRangeSegment()3730 EndMBB); in verifyLiveRangeSegment()3798 if (MBB == EndMBB) in verifyLiveRangeSegment()3814 if (&*MFI == EndMBB) in verifyLiveRangeSegment()3864 if (&*MFI == EndMBB) in verifyLiveRangeSegment()
707 const auto *EndMBB = R.second->getParent(); in attachRangesOrLowHighPC() local717 if (MBB->sameSection(EndMBB) || MBB->isEndSection()) { in attachRangesOrLowHighPC()722 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()724 if (MBB->sameSection(EndMBB)) in attachRangesOrLowHighPC()
1725 const MachineBasicBlock &EndMBB = Asm->MF->back(); in buildLocationList() local1726 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionID()].EndLabel; in buildLocationList()
10335 MachineBasicBlock *EndMBB = in emitMemMemWrapper() local10389 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()10444 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()10452 if (EndMBB && !ImmLength) in emitMemMemWrapper()10488 if (EndMBB) { in emitMemMemWrapper()10491 .addMBB(EndMBB); in emitMemMemWrapper()10492 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()10554 if (EndMBB) in emitMemMemWrapper()10574 if (EndMBB && ImmLength > 0) { in emitMemMemWrapper()10578 .addMBB(EndMBB); in emitMemMemWrapper()[all …]