Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h273 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h300 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2654 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local