Lines Matching refs:ToUpdate
2179 SmallVectorImpl<CallSite> &ToUpdate) { in insertParsePoints() argument
2183 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2184 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2186 for (CallSite CS : ToUpdate) in insertParsePoints()
2194 for (CallSite CS : ToUpdate) { in insertParsePoints()
2210 for (CallSite CS : ToUpdate) { in insertParsePoints()
2223 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2227 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2238 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2263 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2269 recomputeLiveInValues(F, DT, ToUpdate, Records); in insertParsePoints()
2306 rematerializeLiveValues(ToUpdate[i], Records[i], TTI); in insertParsePoints()
2320 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements); in insertParsePoints()
2322 ToUpdate.clear(); // prevent accident use of invalid CallSites in insertParsePoints()