Home
last modified time | relevance | path

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

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