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