Home
last modified time | relevance | path

Searched defs:InsertedInstructions (Results 1 – 2 of 2) sorted by relevance

/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