Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp613 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue() local
616 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
623 LR.removeSegment(Kill, MBBEnd); in pruneValue()
624 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
640 SlotIndex MBBStart, MBBEnd; in pruneValue() local
641 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
650 if (LRQ.endPoint() < MBBEnd) { in pruneValue()
658 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
659 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
DLiveDebugVariables.cpp990 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues() local
992 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
996 while(Stop > MBBEnd) { in emitDebugValues()
998 Start = MBBEnd; in emitDebugValues()
1001 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()
1002 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
DSplitKit.cpp62 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in computeLastSplitPoint() local
69 LSP.first = MBBEnd; in computeLastSplitPoint()
94 const VNInfo *VNI = CurLI->getVNInfoBefore(MBBEnd); in computeLastSplitPoint()
102 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd) in computeLastSplitPoint()
DRegisterCoalescer.cpp2187 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local
2196 if (End >= MBBEnd) { in taintExtent()
2210 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
DMachineScheduler.cpp404 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in scheduleRegions() local
405 MBB != MBBEnd; ++MBB) { in scheduleRegions()