Searched refs:InsertedInstructions (Results 1 – 3 of 3) sorted by relevance
866 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()891 for (Instruction *I : InsertedInstructions) { in compute()898 InsertedInstructions.clear(); in compute()1049 InsertedInstructions.erase(OffsetPHI); in visitPHINode()1052 InsertedInstructions.erase(SizePHI); in visitPHINode()1064 InsertedInstructions.erase(SizePHI); in visitPHINode()1070 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
310 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2748 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local2750 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()2751 InsertedInstructions.end()); in cleanup()2758 stable_sort(InsertedInstructions, [this](Instruction *A, Instruction *B) { in cleanup()2762 for (Instruction *I : InsertedInstructions) { in cleanup()