Lines Matching refs:ToUpdate
2559 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument
2565 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2566 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2568 for (CallBase *Call : ToUpdate) in insertParsePoints()
2576 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2592 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2605 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2609 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2617 findBasePointers(DT, DVCache, ToUpdate[i], info, PointerToBase, KnownBases); in insertParsePoints()
2654 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2660 recomputeLiveInValues(F, DT, ToUpdate, Records, PointerToBase); in insertParsePoints()
2701 rematerializeLiveValues(ToUpdate[i], Records[i], PointerToBase, in insertParsePoints()
2716 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements, in insertParsePoints()
2719 ToUpdate.clear(); // prevent accident use of invalid calls. in insertParsePoints()