Home
last modified time | relevance | path

Searched refs:InsertedInstructions (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp614 SmallVectorImpl<Instruction *> *InsertedInstructions) { in lowerObjectSizeCall() argument
650 if (InsertedInstructions) in lowerObjectSizeCall()
651 InsertedInstructions->push_back(I); in lowerObjectSizeCall()
1050 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()
1075 for (Instruction *I : InsertedInstructions) { in compute()
1082 InsertedInstructions.clear(); in compute()
1226 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
1229 InsertedInstructions.erase(SizePHI); in visitPHINode()
1241 InsertedInstructions.erase(SizePHI); in visitPHINode()
1247 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h188 SmallVectorImpl<Instruction *> *InsertedInstructions = nullptr);
315 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2279 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local
2281 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()
2282 InsertedInstructions.end()); in cleanup()
2289 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1564 SmallVector<Instruction *> InsertedInstructions; in visitCallInst() local
1566 &InsertedInstructions)) { in visitCallInst()
1567 for (Instruction *Inserted : InsertedInstructions) in visitCallInst()
H A DInstructionCombining.cpp2867 SmallVector<Instruction *> InsertedInstructions; in visitAllocSite() local
2869 II, DL, &TLI, AA, /*MustSucceed=*/true, &InsertedInstructions); in visitAllocSite()
2870 for (Instruction *Inserted : InsertedInstructions) in visitAllocSite()