Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1979 SmallVectorImpl<CallSite> &ToUpdate) { in insertParsePoints() argument
1983 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
1984 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
1986 for (CallSite CS : ToUpdate) in insertParsePoints()
1994 for (CallSite CS : ToUpdate) { in insertParsePoints()
2010 for (CallSite CS : ToUpdate) { in insertParsePoints()
2023 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2027 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2038 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2063 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp963 BasicBlock *ToUpdate = worklist.back(); in threadEdge() local
967 if (ToUpdate == NewSucc) continue; in threadEdge()
974 OverDefinedCache.find(std::make_pair(ToUpdate, *I)); in threadEdge()
979 ValueCacheEntryTy::iterator CI = Entry.find(ToUpdate); in threadEdge()
992 worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate)); in threadEdge()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1392 BasicBlock *ToUpdate = worklist.back(); in threadEdge() local
1396 if (ToUpdate == NewSucc) continue; in threadEdge()
1401 auto OI = OverDefinedCache.find(ToUpdate); in threadEdge()
1419 worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate)); in threadEdge()