Lines Matching refs:LeaveBefore

1271                                         unsigned IntvIn, SlotIndex LeaveBefore,  in splitLiveThroughBlock()  argument
1277 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1282 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1283 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1297 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1316 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1331 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1332 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1341 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1342 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1349 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1360 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
1368 Idx = leaveIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1370 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1375 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1381 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore in splitRegInBlock()
1386 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); in splitRegInBlock()
1388 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1402 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
1418 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1425 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1444 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1448 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()
1459 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1463 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()