Searched refs:ToUpdate (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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 | 2178 SmallVector<Instruction *, 1> ToUpdate; in fixupLCSSAFormFor() local 2179 ToUpdate.push_back(DefI); in fixupLCSSAFormFor() 2182 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, &PHIsToRemove, in fixupLCSSAFormFor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 2647 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument 2655 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints() 2656 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints() 2658 for (CallBase *Call : ToUpdate) in insertParsePoints() 2666 for (CallBase *Call : ToUpdate) { in insertParsePoints() 2682 for (CallBase *Call : ToUpdate) { in insertParsePoints() 2699 findLiveReferences(F, DT, ToUpdate, Records, GC.get()); in insertParsePoints() 2744 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints() 2794 rematerializeLiveValues(ToUpdate[i], Records[i], PointerToBase, in insertParsePoints() 2809 makeStatepointExplicit(DT, ToUpdate[i], Records[i], Replacements, in insertParsePoints() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PHIElimination.cpp | 407 SmallVector<LiveRange *> ToUpdate({&DestLI}); in LowerPHINode() local 409 ToUpdate.push_back(&SR); in LowerPHINode() 411 for (auto LR : ToUpdate) { in LowerPHINode()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 1100 SmallVector<CallBase *> ToUpdate; in updateCallSites() local 1105 ToUpdate.push_back(CS); in updateCallSites() 1107 unsigned NCallsLeft = ToUpdate.size(); in updateCallSites() 1108 for (CallBase *CS : ToUpdate) { in updateCallSites()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 312 BasicBlock *ToUpdate = worklist.back(); in threadEdgeImpl() local 316 if (ToUpdate == NewSucc) continue; in threadEdgeImpl() 319 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl() 336 llvm::append_range(worklist, successors(ToUpdate)); in threadEdgeImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 253 llvm::Constant *&ToUpdate = Elems[*FirstElemToUpdate]; in addBits() local 256 auto *CI = dyn_cast<llvm::ConstantInt>(ToUpdate); in addBits() 265 ToUpdate = llvm::ConstantInt::get(CGM.getLLVMContext(), BitsThisChar); in addBits()
|