Lines Matching refs:ToUpdate
1979 SmallVectorImpl<CallSite> &ToUpdate) { in insertParsePoints() argument
1983 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
1984 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
1986 for (CallSite CS : ToUpdate) in insertParsePoints()
1994 for (CallSite CS : ToUpdate) { in insertParsePoints()
2010 for (CallSite CS : ToUpdate) { in insertParsePoints()
2023 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2027 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2038 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2063 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2069 recomputeLiveInValues(F, DT, ToUpdate, Records); in insertParsePoints()
2106 rematerializeLiveValues(ToUpdate[i], Records[i], TTI); in insertParsePoints()
2120 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements); in insertParsePoints()
2122 ToUpdate.clear(); // prevent accident use of invalid CallSites in insertParsePoints()