Searched refs:MBBEnd (Results 1 – 6 of 6) sorted by relevance
592 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); in pruneValue() local595 if (LRQ.endPoint() < MBBEnd) { in pruneValue()602 LR.removeSegment(Kill, MBBEnd); in pruneValue()603 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()619 SlotIndex MBBStart, MBBEnd; in pruneValue() local620 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()629 if (LRQ.endPoint() < MBBEnd) { in pruneValue()637 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()638 if (EndPoints) EndPoints->push_back(MBBEnd); in pruneValue()
997 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues() local999 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()1003 while(Stop > MBBEnd) { in emitDebugValues()1005 Start = MBBEnd; in emitDebugValues()1008 MBBEnd = LIS.getMBBEndIdx(&*MBB); in emitDebugValues()1009 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()
53 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); in computeLastInsertPoint() local65 LIP.first = MBBEnd; in computeLastInsertPoint()95 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()103 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd) in computeLastInsertPoint()
2261 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent() local2270 if (End >= MBBEnd) { in taintExtent()2284 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) in taintExtent()
421 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); in scheduleRegions() local422 MBB != MBBEnd; ++MBB) { in scheduleRegions()
966 SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues() local968 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()972 while(Stop > MBBEnd) { in emitDebugValues()974 Start = MBBEnd; in emitDebugValues()977 MBBEnd = LIS.getMBBEndIdx(MBB); in emitDebugValues()978 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd); in emitDebugValues()