Searched refs:LastInsertPoint (Results 1 – 2 of 2) sorted by relevance
57 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; variable70 if (LastInsertPoint[Num].first.isValid() && in getLastInsertPoint()71 !LastInsertPoint[Num].second.isValid()) in getLastInsertPoint()72 return LastInsertPoint[Num].first; in getLastInsertPoint()
73 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()79 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()