Lines Matching refs:LSP
1328 SlotIndex LSP = SA.getLastSplitPoint(MBBNum); in splitLiveThroughBlock() local
1329 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1341 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1400 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitRegInBlock() local
1413 if (BI.LastInstr < LSP) { in splitRegInBlock()
1422 SlotIndex Idx = leaveIntvBefore(LSP); in splitRegInBlock()
1437 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1457 SlotIndex To = leaveIntvBefore(LSP); in splitRegInBlock()
1476 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber()); in splitRegOutBlock() local
1480 assert((!EnterAfter || EnterAfter < LSP) && "Bad interference"); in splitRegOutBlock()
1502 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()