Searched refs:remove_unused (Results 1 – 2 of 2) sorted by relevance
123 if (!cleanup_dst_vec(n.dst) && remove_unused && in cleanup_dst()156 if (v->is_dead() || (remove_unused && !v->is_rel() && !v->uses.size())) in cleanup_dst_vec()
122 bool remove_unused; variable127 remove_unused(s.dce_flags & DF_REMOVE_UNUSED), nodes_changed(false) {} in dce_cleanup()