Home
last modified time | relevance | path

Searched refs:ToUpdate (Results 1 – 9 of 9) 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-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2174 SmallVectorImpl<CallBase *> &ToUpdate) { in insertParsePoints() argument
2178 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2179 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2181 for (CallBase *Call : ToUpdate) in insertParsePoints()
2189 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2205 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2218 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2222 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2233 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2258 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2332 SmallVectorImpl<CallBase *> &ToUpdate) { in insertParsePoints() argument
2336 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2337 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2339 for (CallBase *Call : ToUpdate) in insertParsePoints()
2347 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2363 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2376 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2380 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints()
2391 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints()
2416 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp118 Use* ToUpdate = nullptr; in tryToPreserveWithoutAddingAssume() local
132 ToUpdate = &Intr->op_begin()[Bundle->Begin + ABA_Argument]; in tryToPreserveWithoutAddingAssume()
137 if (ToUpdate) in tryToPreserveWithoutAddingAssume()
138 ToUpdate->set( in tryToPreserveWithoutAddingAssume()
DScalarEvolutionExpander.cpp2601 SmallVector<Instruction *, 1> ToUpdate; in fixupLCSSAFormFor() local
2613 ToUpdate.push_back(OpI); in fixupLCSSAFormFor()
2615 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, Builder, &PHIsToRemove); in fixupLCSSAFormFor()
/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()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp312 BasicBlock *ToUpdate = worklist.back(); in threadEdgeImpl() local
316 if (ToUpdate == NewSucc) continue; in threadEdgeImpl()
319 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl()
336 worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate)); in threadEdgeImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp319 BasicBlock *ToUpdate = worklist.back(); in threadEdgeImpl() local
323 if (ToUpdate == NewSucc) continue; in threadEdgeImpl()
326 auto OI = OverDefinedCache.find(ToUpdate); in threadEdgeImpl()
348 worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate)); in threadEdgeImpl()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp251 llvm::Constant *&ToUpdate = Elems[*FirstElemToUpdate]; in addBits() local
254 auto *CI = dyn_cast<llvm::ConstantInt>(ToUpdate); in addBits()
263 ToUpdate = llvm::ConstantInt::get(CGM.getLLVMContext(), BitsThisChar); in addBits()