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

/external/llvm/lib/CodeGen/
H A DSplitKit.h88 /// LastSplitPoint - Last legal split point in each basic block in the current
92 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastSplitPoint; member in class:llvm::SplitAnalysis
142 if (LastSplitPoint[Num].first.isValid() &&
143 !LastSplitPoint[Num].second.isValid())
144 return LastSplitPoint[Num].first;
H A DSplitKit.cpp51 LastSplitPoint(MF.getNumBlockIDs()) {}
64 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num];
1152 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB->getNumber()); local
1154 LastSplitPoint));
1155 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) {
1159 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);

Completed in 97 milliseconds