Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.h58 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; variable
71 if (LastInsertPoint[Num].first.isValid() && in getLastInsertPoint()
72 !LastInsertPoint[Num].second.isValid()) in getLastInsertPoint()
73 return LastInsertPoint[Num].first; in getLastInsertPoint()
H A DSplitKit.cpp59 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()
65 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()