Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h59 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; variable
72 if (LastInsertPoint[Num].first.isValid() && in getLastInsertPoint()
73 !LastInsertPoint[Num].second.isValid()) in getLastInsertPoint()
74 return LastInsertPoint[Num].first; in getLastInsertPoint()
H A DSplitKit.cpp61 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()
67 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()