Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2854 const MachineBasicBlock *EndMBB = in verifyLiveRangeSegment() local
2856 if (!EndMBB) { in verifyLiveRangeSegment()
2864 if (S.end == LiveInts->getMBBEndIdx(EndMBB)) in verifyLiveRangeSegment()
2876 report("Live segment doesn't end at a valid instruction", EndMBB); in verifyLiveRangeSegment()
2884 report("Live segment ends at B slot of an instruction", EndMBB); in verifyLiveRangeSegment()
2893 report("Live segment ending at dead slot spans instructions", EndMBB); in verifyLiveRangeSegment()
2904 "redefined by an EC def in the same instruction", EndMBB); in verifyLiveRangeSegment()
2970 if (MBB == EndMBB) in verifyLiveRangeSegment()
2986 if (&*MFI == EndMBB) in verifyLiveRangeSegment()
3036 if (&*MFI == EndMBB) in verifyLiveRangeSegment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp463 MachineBasicBlock *EndMBB) { in runOnMachineFunction() argument
464 assert(MDT->dominates(BeginMBB, EndMBB) && in runOnMachineFunction()
470 Worklist.push_back(EndMBB); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp616 const auto *EndMBB = R.second->getParent(); in attachRangesOrLowHighPC() local
626 if (MBB->sameSection(EndMBB) || MBB->isEndSection()) { in attachRangesOrLowHighPC()
631 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
633 if (MBB->sameSection(EndMBB)) in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp1689 const MachineBasicBlock &EndMBB = Asm->MF->back(); in buildLocationList() local
1690 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1771 MachineBasicBlock *EndMBB) { in removeExternalCFGEdges() argument
1780 for (MachineBasicBlock::succ_iterator PI = EndMBB->succ_begin(), in removeExternalCFGEdges()
1781 E = EndMBB->succ_end(); in removeExternalCFGEdges()
1786 !((*PI) == StartMBBSucc && StartMBB != EndMBB && SuccSize == 1)) { in removeExternalCFGEdges()
1788 std::pair<MachineBasicBlock *, MachineBasicBlock *>(EndMBB, *PI)); in removeExternalCFGEdges()
1796 if ((*PI) != EndMBB) { in removeExternalCFGEdges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7774 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper() local
7802 (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
7839 if (EndMBB) { in emitMemMemWrapper()
7842 .addMBB(EndMBB); in emitMemMemWrapper()
7843 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
7876 if (EndMBB && !Length) in emitMemMemWrapper()
7917 if (EndMBB && Length > 0) { in emitMemMemWrapper()
7921 .addMBB(EndMBB); in emitMemMemWrapper()
7922 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
7927 if (EndMBB) { in emitMemMemWrapper()
[all …]