Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h57 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; variable
70 if (LastInsertPoint[Num].first.isValid() && in getLastInsertPoint()
71 !LastInsertPoint[Num].second.isValid()) in getLastInsertPoint()
72 return LastInsertPoint[Num].first; in getLastInsertPoint()
DSplitKit.cpp73 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()
79 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()