Lines Matching refs:LeaveBefore

1156                                         unsigned IntvIn, SlotIndex LeaveBefore,  in splitLiveThroughBlock()  argument
1162 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1167 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1168 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1182 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1217 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1226 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1227 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1234 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1245 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
1253 Idx = leaveIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1255 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1260 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1266 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore in splitRegInBlock()
1271 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); in splitRegInBlock()
1273 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1287 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
1303 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1310 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1329 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1333 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()
1344 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1348 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()