Home
last modified time | relevance | path

Searched refs:LastInsertPoint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DSplitKit.h51 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; variable
64 if (LastInsertPoint[Num].first.isValid() && in getLastInsertPoint()
65 !LastInsertPoint[Num].second.isValid()) in getLastInsertPoint()
66 return LastInsertPoint[Num].first; in getLastInsertPoint()
DSplitKit.cpp46 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()
52 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()