Lines Matching refs:LeaveBefore
1157 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1163 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1168 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1169 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1183 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1218 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1227 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1228 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1235 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1246 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
1254 Idx = leaveIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1256 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1261 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1267 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore in splitRegInBlock()
1272 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); in splitRegInBlock()
1274 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1288 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
1304 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1311 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1330 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1334 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()
1345 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1349 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()