Searched refs:ToUpdate (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 2454 SmallVectorImpl<CallBase *> &ToUpdate, in insertParsePoints() argument 2459 Uniqued.insert(ToUpdate.begin(), ToUpdate.end()); in insertParsePoints() 2462 for (CallBase *Call : ToUpdate) in insertParsePoints() 2470 for (CallBase *Call : ToUpdate) { in insertParsePoints() 2486 for (CallBase *Call : ToUpdate) { in insertParsePoints() 2503 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints() 2508 findBasePointers(DT, DVCache, ToUpdate[i], info); in insertParsePoints() 2532 insertUseHolderAfter(ToUpdate[i], Bases, Holders); in insertParsePoints() 2538 recomputeLiveInValues(F, DT, ToUpdate, Records); in insertParsePoints() 2575 rematerializeLiveValues(ToUpdate[i], Records[i], TTI); in insertParsePoints() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 119 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()
|
| H A D | ScalarEvolutionExpander.cpp | 2640 SmallVector<Instruction *, 1> ToUpdate; in fixupLCSSAFormFor() local 2652 ToUpdate.push_back(OpI); in fixupLCSSAFormFor() 2654 formLCSSAForInstructions(ToUpdate, SE.DT, SE.LI, &SE, Builder, &PHIsToRemove); in fixupLCSSAFormFor()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 251 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()
|