Searched refs:LeaveBefore (Results 1 – 2 of 2) sorted by relevance
1601 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument1607 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()1612 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()1613 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()1627 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()1662 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()1671 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()1672 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()[all …]
535 unsigned IntvIn, SlotIndex LeaveBefore,547 unsigned IntvIn, SlotIndex LeaveBefore);