Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h188 SmallVectorImpl<Instruction *> *InsertedInstructions = nullptr);
317 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2381 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local
2383 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()
2384 InsertedInstructions.end()); in cleanup()
2391 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3272 SmallVector<Instruction *> InsertedInstructions; in visitAllocSite() local
3274 II, DL, &TLI, AA, /*MustSucceed=*/true, &InsertedInstructions); in visitAllocSite()
3275 for (Instruction *Inserted : InsertedInstructions) in visitAllocSite()
H A DInstCombineCalls.cpp1629 SmallVector<Instruction *> InsertedInstructions; in visitCallInst() local
1631 &InsertedInstructions)) { in visitCallInst()
1632 for (Instruction *Inserted : InsertedInstructions) in visitCallInst()