Searched refs:InsertedInstructions (Results 1 – 3 of 3) sorted by relevance
1039 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()1064 for (Instruction *I : InsertedInstructions) { in compute()1071 InsertedInstructions.clear(); in compute()1214 InsertedInstructions.erase(OffsetPHI); in visitPHINode()1217 InsertedInstructions.erase(SizePHI); in visitPHINode()1229 InsertedInstructions.erase(SizePHI); in visitPHINode()1235 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
264 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2648 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local2650 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()2651 InsertedInstructions.end()); in cleanup()2658 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()