Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1008 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()
1033 for (Instruction *I : InsertedInstructions) { in compute()
1040 InsertedInstructions.clear(); in compute()
1183 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
1186 InsertedInstructions.erase(SizePHI); in visitPHINode()
1198 InsertedInstructions.erase(SizePHI); in visitPHINode()
1204 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h273 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2654 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local
2656 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()
2657 InsertedInstructions.end()); in cleanup()
2664 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()