Searched refs:LastInsertPoint (Results 1 – 2 of 2) sorted by relevance
51 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint; variable64 if (LastInsertPoint[Num].first.isValid() && in getLastInsertPoint()65 !LastInsertPoint[Num].second.isValid()) in getLastInsertPoint()66 return LastInsertPoint[Num].first; in getLastInsertPoint()
46 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis()52 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint()