Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.cpp64 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()
70 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()