Lines Matching refs:ToUpdate
2454 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument
2459 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2460 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2462 for (CallBase *Call : ToUpdate) in insertParsePoints()
2470 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2486 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2499 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2503 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2508 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2532 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2538 recomputeLiveInValues(F, DT, ToUpdate, Records); in insertParsePoints()
2575 rematerializeLiveValues(ToUpdate[i], Records[i], TTI); in insertParsePoints()
2589 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements); in insertParsePoints()
2591 ToUpdate.clear(); // prevent accident use of invalid calls. in insertParsePoints()