Searched refs:to_del (Results 1 – 1 of 1) sorted by relevance
1730 unordered_set<Instruction *> to_del; in run() local1771 to_del.insert(defi); in run()1779 for (unordered_set<Instruction *>::const_iterator it = to_del.begin(); in run()1780 it != to_del.end(); ++it) in run()