Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp121 Use* ToUpdate = nullptr; in tryToPreserveWithoutAddingAssume() local
134 ToUpdate = &Intr->op_begin()[Bundle->Begin + ABA_Argument]; in tryToPreserveWithoutAddingAssume()
139 if (ToUpdate) in tryToPreserveWithoutAddingAssume()
140 ToUpdate->set( in tryToPreserveWithoutAddingAssume()
H A DScalarEvolutionExpander.cpp2283 SmallVector<Instruction *, 1> ToUpdate; in fixupLCSSAFormFor() local
2284 ToUpdate.push_back(DefI); in fixupLCSSAFormFor()
2287 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, &PHIsToRemove, in fixupLCSSAFormFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2656 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument
2664 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints()
2665 assert(Uniqued.size() == ToUpdate.size() && "no duplicates please!"); in insertParsePoints()
2667 for (CallBase *Call : ToUpdate) in insertParsePoints()
2675 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2691 for (CallBase *Call : ToUpdate) { in insertParsePoints()
2704 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints()
2708 findLiveReferences(F, DT, ToUpdate, Records, GC.get()); in insertParsePoints()
2716 findBasePointers(DT, DVCache, ToUpdate[i], info, PointerToBase, KnownBases); in insertParsePoints()
2753 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp510 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 DPHIElimination.cpp490 SmallVector<LiveRange *> ToUpdate({&DestLI}); in LowerPHINode() local
492 ToUpdate.push_back(&SR); in LowerPHINode()
494 for (auto LR : ToUpdate) { in LowerPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp1179 SmallVector<CallBase *> ToUpdate; in updateCallSites() local
1184 ToUpdate.push_back(CS); in updateCallSites()
1186 unsigned NCallsLeft = ToUpdate.size(); in updateCallSites()
1187 for (CallBase *CS : ToUpdate) { in updateCallSites()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp262 BasicBlock *ToUpdate = worklist.back(); in threadEdgeImpl() local
266 if (ToUpdate == NewSucc) continue; in threadEdgeImpl()
269 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl()
286 llvm::append_range(worklist, successors(ToUpdate)); in threadEdgeImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp261 llvm::Constant *&ToUpdate = Elems[*FirstElemToUpdate]; in addBits() local
264 auto *CI = dyn_cast<llvm::ConstantInt>(ToUpdate); in addBits()
273 ToUpdate = llvm::ConstantInt::get(CGM.getLLVMContext(), BitsThisChar); in addBits()