Searched refs:redundant_stats_ops (Results 1 – 1 of 1) sorted by relevance
761 llvm::DenseSet<Operation*> redundant_stats_ops; in RemoveRedundantStatsOps() local791 redundant_stats_ops.insert(stats_op); in RemoveRedundantStatsOps()809 redundant_stats_ops.insert(next_stats); in RemoveRedundantStatsOps()820 if (redundant_stats_ops.find(stats_op) == redundant_stats_ops.end()) { in RemoveRedundantStatsOps()836 redundant_stats_ops.insert(next_stats); in RemoveRedundantStatsOps()844 for (auto it : redundant_stats_ops) { in RemoveRedundantStatsOps()