Searched refs:InsertedInstructions (Results 1 – 3 of 3) sorted by relevance
1008 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()1033 for (Instruction *I : InsertedInstructions) { in compute()1040 InsertedInstructions.clear(); in compute()1183 InsertedInstructions.erase(OffsetPHI); in visitPHINode()1186 InsertedInstructions.erase(SizePHI); in visitPHINode()1198 InsertedInstructions.erase(SizePHI); in visitPHINode()1204 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
273 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2654 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local2656 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()2657 InsertedInstructions.end()); in cleanup()2664 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()