Searched defs:InsertedInstructions (Results 1 – 7 of 7) sorted by relevance
273 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
276 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
300 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
315 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
317 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2654 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local