Lines Matching refs:ToUpdate
2647 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument
2655 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2656 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2658 for (CallBase *Call : ToUpdate) in insertParsePoints()
2666 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2682 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2695 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2699 findLiveReferences(F, DT, ToUpdate, Records, GC.get()); in insertParsePoints()
2707 findBasePointers(DT, DVCache, ToUpdate[i], info, PointerToBase, KnownBases); in insertParsePoints()
2744 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2750 recomputeLiveInValues(F, DT, ToUpdate, Records, PointerToBase, GC.get()); in insertParsePoints()
2794 rematerializeLiveValues(ToUpdate[i], Records[i], PointerToBase, in insertParsePoints()
2809 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements, in insertParsePoints()
2812 ToUpdate.clear(); // prevent accident use of invalid calls. in insertParsePoints()