Lines Matching refs:Stop
183 SlotIndex Start, Stop; in calcLiveBlockInfo() local
184 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo()
189 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
194 if (LVI->end < Stop) in calcLiveBlockInfo()
201 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()
203 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
217 while (LVI->end < Stop) { in calcLiveBlockInfo()
219 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()
255 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()
259 if (LVI->start < Stop) in calcLiveBlockInfo()
279 SlotIndex Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks() local
282 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks()
287 Stop = LIS.getMBBEndIdx(MFI); in countLiveBlocks()
288 } while (Stop <= LVI->start); in countLiveBlocks()
1158 SlotIndex Start, Stop; in splitLiveThroughBlock() local
1159 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum); in splitLiveThroughBlock()
1161 DEBUG(dbgs() << "BB#" << MBBNum << " [" << Start << ';' << Stop in splitLiveThroughBlock()
1167 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1208 useIntv(Start, Stop); in splitLiveThroughBlock()
1228 useIntv(Idx, Stop); in splitLiveThroughBlock()
1249 useIntv(Idx, Stop); in splitLiveThroughBlock()
1261 SlotIndex Start, Stop; in splitRegInBlock() local
1262 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegInBlock()
1264 DEBUG(dbgs() << "BB#" << BI.MBB->getNumber() << " [" << Start << ';' << Stop in splitRegInBlock()
1353 SlotIndex Start, Stop; in splitRegOutBlock() local
1354 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegOutBlock()
1356 DEBUG(dbgs() << "BB#" << BI.MBB->getNumber() << " [" << Start << ';' << Stop in splitRegOutBlock()
1375 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1388 useIntv(Idx, Stop); in splitRegOutBlock()
1404 useIntv(Idx, Stop); in splitRegOutBlock()