Searched refs:redundant_stats_ops (Results 1 – 1 of 1) sorted by relevance
609 llvm::DenseSet<Operation*> redundant_stats_ops; in RemoveRedundantStatsOps() local635 redundant_stats_ops.insert(stats_op); in RemoveRedundantStatsOps()650 redundant_stats_ops.insert(next_stats); in RemoveRedundantStatsOps()664 if (redundant_stats_ops.find(stats_op) == redundant_stats_ops.end()) { in RemoveRedundantStatsOps()678 redundant_stats_ops.insert(next_stats); in RemoveRedundantStatsOps()687 for (auto it : redundant_stats_ops) { in RemoveRedundantStatsOps()