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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h58 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; member in class:llvm::InsertPointAnalysis
71 if (LastInsertPoint[Num].first.isValid() &&
72 !LastInsertPoint[Num].second.isValid())
73 return LastInsertPoint[Num].first;
H A DSplitKit.cpp64 : LIS(lis), LastInsertPoint(BBNum) {}
70 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num];

Completed in 58 milliseconds