Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LastSplitPoint

47       LastSplitPoint(MF.getNumBlockIDs()) {}
61 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num];
1131 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB->getNumber());
1133 LastSplitPoint));
1134 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) {
1138 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);