Lines Matching refs:LSP
711 SlotIndex LSP = SA.getLastSplitPoint(&MBB); in enterIntvAtEnd() local
712 if (LSP < Last) { in enterIntvAtEnd()
719 Last = LSP; in enterIntvAtEnd()
1103 SlotIndex LSP = SA.getLastSplitPoint(Dom.first); in hoistCopies() local
1104 if (LSP <= ParentVNI->def) { in hoistCopies()
1108 Dom.second = defFromParent(0, ParentVNI, LSP, *Dom.first, in hoistCopies()
1693 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); in splitLiveThroughBlock() local
1694 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1706 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1765 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB); in splitRegInBlock() local
1778 if (BI.LastInstr < LSP) { in splitRegInBlock()
1787 SlotIndex Idx = leaveIntvBefore(LSP); in splitRegInBlock()
1802 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1822 SlotIndex To = leaveIntvBefore(LSP); in splitRegInBlock()
1842 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB); in splitRegOutBlock() local
1846 assert((!EnterAfter || EnterAfter < LSP) && "Bad interference"); in splitRegOutBlock()
1868 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()