Searched refs:to_del (Results 1 – 1 of 1) sorted by relevance
1812 unordered_set<Instruction *> to_del; in run() local1854 to_del.insert(defi); in run()1862 for (unordered_set<Instruction *>::const_iterator it = to_del.begin(); in run()1863 it != to_del.end(); ++it) { in run()