Lines Matching refs:LSP
1327 // We cannot legally insert splits after LSP.
1328 SlotIndex LSP = SA.getLastSplitPoint(MBBNum);
1329 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1341 if (LeaveBefore && LeaveBefore < LSP) {
1400 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber());
1410 // ============ Copy to stack after LSP, overlap IntvIn.
1413 if (BI.LastInstr < LSP) {
1422 SlotIndex Idx = leaveIntvBefore(LSP);
1437 if (!BI.LiveOut || BI.LastInstr < LSP) {
1454 // =====------- Copy to stack before LSP, overlap LocalIntv.
1457 SlotIndex To = leaveIntvBefore(LSP);
1476 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber());
1480 assert((!EnterAfter || EnterAfter < LSP) && "Bad interference");
1502 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr));