Searched refs:LastSplitPoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h89 /// LastSplitPoint - Last legal split point in each basic block in the current
93 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastSplitPoint; member in class:llvm::SplitAnalysis
143 if (LastSplitPoint[Num].first.isValid() &&
144 !LastSplitPoint[Num].second.isValid())
145 return LastSplitPoint[Num].first;
H A DSplitKit.cpp47 LastSplitPoint(MF.getNumBlockIDs()) {}
61 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num];
1131 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB->getNumber()); local
1133 LastSplitPoint));
1134 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) {
1138 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);

Completed in 57 milliseconds