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