Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1039 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()
1064 for (Instruction *I : InsertedInstructions) { in compute()
1071 InsertedInstructions.clear(); in compute()
1214 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
1217 InsertedInstructions.erase(SizePHI); in visitPHINode()
1229 InsertedInstructions.erase(SizePHI); in visitPHINode()
1235 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h264 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2648 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local
2650 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()
2651 InsertedInstructions.end()); in cleanup()
2658 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()