Home
last modified time | relevance | path

Searched refs:MBBEnd (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp424 MBBEnd = MI.getParent()->end(); in reset()
426 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in reset()
427 if (NextMI == MBBEnd) in reset()
436 return NextMI == MBBEnd; in advanceBeforeNext()
438 assert(NextMI == MBBEnd || !NextMI->isDebugInstr()); in advanceBeforeNext()
440 SlotIndex SI = NextMI == MBBEnd in advanceBeforeNext()
484 return NextMI == MBBEnd; in advanceBeforeNext()
489 NextMI = skipDebugInstructionsForward(NextMI, MBBEnd); in advanceToNext()
506 if (NextMI == MBBEnd) in advance()
H A DGCNRegPressure.h224 MachineBasicBlock::const_iterator MBBEnd; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp657 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue() local
660 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
667 LR.removeSegment(Kill, MBBEnd); in pruneValue()
668 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
682 SlotIndex MBBStart, MBBEnd; in pruneValue() local
683 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
692 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
700 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
701 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
H A DLiveDebugVariables.cpp1774 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues() local
1776 LLVM_DEBUG(dbgs() << ' ' << printMBBReference(*MBB) << '-' << MBBEnd); in emitDebugValues()
1781 while (Stop > MBBEnd) { in emitDebugValues()
1783 Start = MBBEnd; in emitDebugValues()
1786 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1787 LLVM_DEBUG(dbgs() << ' ' << printMBBReference(*MBB) << '-' << MBBEnd); in emitDebugValues()
H A DSplitKit.cpp71 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); in computeLastInsertPoint() local
88 LIP.first = MBBEnd; in computeLastInsertPoint()
120 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
134 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd) in computeLastInsertPoint()
H A DRegisterCoalescer.cpp3075 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local
3084 if (End >= MBBEnd) { in taintExtent()
3098 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
H A DMachineScheduler.cpp605 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in scheduleRegions() local
606 MBB != MBBEnd; ++MBB) { in scheduleRegions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp25 auto MBBEnd = getMBB().end(); in dominates() local
26 if (B == MBBEnd) in dominates()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp105 auto MBBEnd = MBB.end(); in dominates() local
106 if (B == MBBEnd) in dominates()