Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp866 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()
891 for (Instruction *I : InsertedInstructions) { in compute()
898 InsertedInstructions.clear(); in compute()
1049 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
1052 InsertedInstructions.erase(SizePHI); in visitPHINode()
1064 InsertedInstructions.erase(SizePHI); in visitPHINode()
1070 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h310 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2748 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local
2750 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()
2751 InsertedInstructions.end()); in cleanup()
2758 stable_sort(InsertedInstructions, [this](Instruction *A, Instruction *B) { in cleanup()
2762 for (Instruction *I : InsertedInstructions) { in cleanup()