Lines Matching refs:LSP
700 SlotIndex LSP = SA.getLastSplitPoint(&MBB); in enterIntvAtEnd() local
701 if (LSP < Last) { in enterIntvAtEnd()
708 Last = LSP; in enterIntvAtEnd()
1090 SlotIndex LSP = SA.getLastSplitPoint(Dom.first); in hoistCopies() local
1091 if (LSP <= ParentVNI->def) { in hoistCopies()
1095 Dom.second = defFromParent(0, ParentVNI, LSP, *Dom.first, in hoistCopies()
1678 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); in splitLiveThroughBlock() local
1679 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1691 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1750 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB); in splitRegInBlock() local
1763 if (BI.LastInstr < LSP) { in splitRegInBlock()
1772 SlotIndex Idx = leaveIntvBefore(LSP); in splitRegInBlock()
1787 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1807 SlotIndex To = leaveIntvBefore(LSP); in splitRegInBlock()
1827 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB); in splitRegOutBlock() local
1831 assert((!EnterAfter || EnterAfter < LSP) && "Bad interference"); in splitRegOutBlock()
1853 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()