Lines Matching refs:LSP
1670 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); in splitLiveThroughBlock() local
1671 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1683 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1742 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitRegInBlock() local
1755 if (BI.LastInstr < LSP) { in splitRegInBlock()
1764 SlotIndex Idx = leaveIntvBefore(LSP); in splitRegInBlock()
1779 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1799 SlotIndex To = leaveIntvBefore(LSP); in splitRegInBlock()
1819 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitRegOutBlock() local
1823 assert((!EnterAfter || EnterAfter < LSP) && "Bad interference"); in splitRegOutBlock()
1845 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()