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