Lines Matching refs:LeaveBefore
1635 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1641 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1646 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1647 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1661 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1680 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1695 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1696 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1705 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1706 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1713 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1724 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
1732 Idx = leaveIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1734 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1738 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1745 << ", leave before " << LeaveBefore in splitRegInBlock()
1750 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); in splitRegInBlock()
1752 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1766 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
1782 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1789 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1808 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1812 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()
1823 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1827 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()