Searched refs:LeaveBefore (Results 1 – 2 of 2) sorted by relevance
1606 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument1612 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()1617 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()1618 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()1632 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()1667 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()1676 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()1677 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()[all …]
553 unsigned IntvIn, SlotIndex LeaveBefore,565 unsigned IntvIn, SlotIndex LeaveBefore);