Lines Matching refs:LeaveBefore
1636 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1642 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1647 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1648 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1662 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1681 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1696 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1697 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1706 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1707 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1714 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1725 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
1733 Idx = leaveIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1735 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1739 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1746 << ", leave before " << LeaveBefore in splitRegInBlock()
1751 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); in splitRegInBlock()
1753 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1767 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
1783 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1790 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1809 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1813 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()
1824 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1828 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()