Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h310 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2732 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local