Searched refs:LeaveBefore (Results 1 – 2 of 2) sorted by relevance
1157 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument1163 << ") 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()[all …]
442 unsigned IntvIn, SlotIndex LeaveBefore,454 unsigned IntvIn, SlotIndex LeaveBefore);