Searched refs:ToUpdate (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 120 Use* ToUpdate = nullptr; in tryToPreserveWithoutAddingAssume() local 133 ToUpdate = &Intr->op_begin()[Bundle->Begin + ABA_Argument]; in tryToPreserveWithoutAddingAssume() 138 if (ToUpdate) in tryToPreserveWithoutAddingAssume() 139 ToUpdate->set( in tryToPreserveWithoutAddingAssume()
|
H A D | ScalarEvolutionExpander.cpp | 2276 SmallVector<Instruction *, 1> ToUpdate; in fixupLCSSAFormFor() local 2277 ToUpdate.push_back(DefI); in fixupLCSSAFormFor() 2280 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, &PHIsToRemove, in fixupLCSSAFormFor()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 510 SmallVector<GlobalObject *> ToUpdate; in run() local 513 ToUpdate.push_back(GO); in run() 514 for (GlobalObject *GO : ToUpdate) { in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PHIElimination.cpp | 482 SmallVector<LiveRange *> ToUpdate({&DestLI}); in LowerPHINode() local 484 ToUpdate.push_back(&SR); in LowerPHINode() 486 for (auto LR : ToUpdate) { in LowerPHINode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 1102 SmallVector<CallBase *> ToUpdate; in updateCallSites() local 1107 ToUpdate.push_back(CS); in updateCallSites() 1109 unsigned NCallsLeft = ToUpdate.size(); in updateCallSites() 1110 for (CallBase *CS : ToUpdate) { in updateCallSites()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 314 BasicBlock *ToUpdate = worklist.back(); in threadEdgeImpl() local 318 if (ToUpdate == NewSucc) continue; in threadEdgeImpl() 321 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl() 338 llvm::append_range(worklist, successors(ToUpdate)); in threadEdgeImpl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 254 llvm::Constant *&ToUpdate = Elems[*FirstElemToUpdate]; in addBits() local 257 auto *CI = dyn_cast<llvm::ConstantInt>(ToUpdate); in addBits() 266 ToUpdate = llvm::ConstantInt::get(CGM.getLLVMContext(), BitsThisChar); in addBits()
|