Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp445 MachineBasicBlock *EndMBB) { in runOnMachineFunction() argument
446 assert(MDT->dominates(BeginMBB, EndMBB) && in runOnMachineFunction()
452 Worklist.push_back(EndMBB); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3217 const MachineBasicBlock *EndMBB = in verifyLiveRangeSegment() local
3219 if (!EndMBB) { in verifyLiveRangeSegment()
3227 if (S.end != LiveInts->getMBBEndIdx(EndMBB)) { in verifyLiveRangeSegment()
3237 report("Live segment doesn't end at a valid instruction", EndMBB); in verifyLiveRangeSegment()
3245 report("Live segment ends at B slot of an instruction", EndMBB); in verifyLiveRangeSegment()
3254 report("Live segment ending at dead slot spans instructions", EndMBB); in verifyLiveRangeSegment()
3270 EndMBB); in verifyLiveRangeSegment()
3338 if (MBB == EndMBB) in verifyLiveRangeSegment()
3354 if (&*MFI == EndMBB) in verifyLiveRangeSegment()
3404 if (&*MFI == EndMBB) in verifyLiveRangeSegment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp661 const auto *EndMBB = R.second->getParent(); in attachRangesOrLowHighPC() local
671 if (MBB->sameSection(EndMBB) || MBB->isEndSection()) { in attachRangesOrLowHighPC()
676 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
678 if (MBB->sameSection(EndMBB)) in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp1715 const MachineBasicBlock &EndMBB = Asm->MF->back(); in buildLocationList() local
1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1757 MachineBasicBlock *EndMBB) { in removeExternalCFGEdges() argument
1766 for (MachineBasicBlock *Succ : EndMBB->successors()) { in removeExternalCFGEdges()
1770 !(Succ == StartMBBSucc && StartMBB != EndMBB && SuccSize == 1)) { in removeExternalCFGEdges()
1772 std::pair<MachineBasicBlock *, MachineBasicBlock *>(EndMBB, Succ)); in removeExternalCFGEdges()
1778 if (Pred != EndMBB) in removeExternalCFGEdges()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8853 MachineBasicBlock *EndMBB = in emitMemMemWrapper() local
8970 if (EndMBB && !ImmLength) in emitMemMemWrapper()
9006 if (EndMBB) { in emitMemMemWrapper()
9009 .addMBB(EndMBB); in emitMemMemWrapper()
9010 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
9072 if (EndMBB) in emitMemMemWrapper()
9096 .addMBB(EndMBB); in emitMemMemWrapper()
9097 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
9102 if (EndMBB) { in emitMemMemWrapper()
9103 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
[all …]