Home
last modified time | relevance | path

Searched refs:ToUpdate (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2179 SmallVectorImpl<CallSite> &ToUpdate) { in insertParsePoints() argument
2183 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2186 for (CallSite CS : ToUpdate) in insertParsePoints()
2194 for (CallSite CS : ToUpdate) { in insertParsePoints()
2210 for (CallSite CS : ToUpdate) { in insertParsePoints()
2227 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2238 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2263 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
2269 recomputeLiveInValues(F, DT, ToUpdate, Records); in insertParsePoints()
2306 rematerializeLiveValues(ToUpdate[i], Records[i], TTI); in insertParsePoints()
[all …]
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp316 BasicBlock *ToUpdate = worklist.back(); in threadEdgeImpl() local
320 if (ToUpdate == NewSucc) continue; in threadEdgeImpl()
323 auto OI = OverDefinedCache.find(ToUpdate); in threadEdgeImpl()
345 worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate)); in threadEdgeImpl()