Searched refs:LeaveBefore (Results 1 – 2 of 2) sorted by relevance
1620 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument1626 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()1631 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()1632 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()1646 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()1665 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()1680 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()1681 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()1690 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()1691 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()[all …]
528 unsigned IntvIn, SlotIndex LeaveBefore,540 unsigned IntvIn, SlotIndex LeaveBefore);