Home
last modified time | relevance | path

Searched refs:EndMBB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp472 MachineBasicBlock *EndMBB) { in runOnMachineFunction() argument
473 assert(MDT->dominates(BeginMBB, EndMBB) && in runOnMachineFunction()
479 Worklist.push_back(EndMBB); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3679 const MachineBasicBlock *EndMBB = in verifyLiveRangeSegment() local
3681 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp707 const auto *EndMBB = R.second->getParent(); in attachRangesOrLowHighPC() local
717 if (MBB->sameSection(EndMBB) || MBB->isEndSection()) { in attachRangesOrLowHighPC()
722 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
724 if (MBB->sameSection(EndMBB)) in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp1725 const MachineBasicBlock &EndMBB = Asm->MF->back(); in buildLocationList() local
1726 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionID()].EndLabel; in buildLocationList()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp10335 MachineBasicBlock *EndMBB = in emitMemMemWrapper() local
10389 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 …]