Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveIntervalAnalysis.cpp583 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue() local
586 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
593 LR.removeSegment(Kill, MBBEnd); in pruneValue()
594 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
610 SlotIndex MBBStart, MBBEnd; in pruneValue() local
611 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
620 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
628 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
629 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
HDLiveDebugVariables.cpp1008 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() local
1010 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
1014 while(Stop > MBBEnd) { in emitDebugValues()
1016 Start = MBBEnd; in emitDebugValues()
1019 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()
1020 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
HDSplitKit.cpp61 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint() local
68 LSP.first = MBBEnd; in computeLastSplitPoint()
93 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()
101 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd) in computeLastSplitPoint()
HDRegisterCoalescer.cpp2197 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local
2206 if (End >= MBBEnd) { in taintExtent()
2220 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
HDMachineScheduler.cpp400 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in scheduleRegions() local
401 MBB != MBBEnd; ++MBB) { in scheduleRegions()