Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp603 SmallVectorImpl<Instruction *> *InsertedInstructions) { in lowerObjectSizeCall() argument
639 if (InsertedInstructions) in lowerObjectSizeCall()
640 InsertedInstructions->push_back(I); in lowerObjectSizeCall()
1186 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()
1211 for (Instruction *I : InsertedInstructions) { in compute()
1218 InsertedInstructions.clear(); in compute()
1368 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
1371 InsertedInstructions.erase(SizePHI); in visitPHINode()
1383 InsertedInstructions.erase(SizePHI); in visitPHINode()
1389 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h195 SmallVectorImpl<Instruction *> *InsertedInstructions = nullptr);
353 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2388 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local
2391 InsertedInstructions); in cleanup()
2398 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1819 SmallVector<Instruction *> InsertedInstructions; in visitCallInst() local
1821 &InsertedInstructions)) { in visitCallInst()
1822 for (Instruction *Inserted : InsertedInstructions) in visitCallInst()
H A DInstructionCombining.cpp3613 SmallVector<Instruction *> InsertedInstructions; in visitAllocSite() local
3615 II, DL, &TLI, AA, /*MustSucceed=*/true, &InsertedInstructions); in visitAllocSite()
3616 for (Instruction *Inserted : InsertedInstructions) in visitAllocSite()