Lines Matching refs:ToUpdate
2649 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument
2657 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2658 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2660 for (CallBase *Call : ToUpdate) in insertParsePoints()
2668 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2684 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2697 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2701 findLiveReferences(F, DT, ToUpdate, Records, GC.get()); in insertParsePoints()
2709 findBasePointers(DT, DVCache, ToUpdate[i], info, PointerToBase, KnownBases); in insertParsePoints()
2746 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2752 recomputeLiveInValues(F, DT, ToUpdate, Records, PointerToBase, GC.get()); in insertParsePoints()
2796 rematerializeLiveValues(ToUpdate[i], Records[i], PointerToBase, in insertParsePoints()
2811 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements, in insertParsePoints()
2814 ToUpdate.clear(); // prevent accident use of invalid calls. in insertParsePoints()