Lines Matching refs:LeaveBefore
1621 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1627 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1632 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1633 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1647 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1666 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1681 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1682 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1691 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1692 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1699 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1710 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
1718 Idx = leaveIntvBefore(LeaveBefore); in splitLiveThroughBlock()
1720 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1724 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1731 << ", leave before " << LeaveBefore in splitRegInBlock()
1736 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); in splitRegInBlock()
1738 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1752 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { in splitRegInBlock()
1768 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1775 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitRegInBlock()
1794 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock()
1798 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()
1809 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock()
1813 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); in splitRegInBlock()