Lines Matching refs:LSP
710 SlotIndex LSP = SA.getLastSplitPoint(&MBB); in enterIntvAtEnd() local
711 if (LSP < Last) { in enterIntvAtEnd()
718 Last = LSP; in enterIntvAtEnd()
1102 SlotIndex LSP = SA.getLastSplitPoint(Dom.first); in hoistCopies() local
1103 if (LSP <= ParentVNI->def) { in hoistCopies()
1107 Dom.second = defFromParent(0, ParentVNI, LSP, *Dom.first, in hoistCopies()
1692 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); in splitLiveThroughBlock() local
1693 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1705 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1764 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB); in splitRegInBlock() local
1777 if (BI.LastInstr < LSP) { in splitRegInBlock()
1786 SlotIndex Idx = leaveIntvBefore(LSP); in splitRegInBlock()
1801 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1821 SlotIndex To = leaveIntvBefore(LSP); in splitRegInBlock()
1841 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB); in splitRegOutBlock() local
1845 assert((!EnterAfter || EnterAfter < LSP) && "Bad interference"); in splitRegOutBlock()
1867 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()