Searched refs:removed_phis (Results 1 – 3 of 3) sorted by relevance
77 int removed_phis; member1059 stats.removed_phis++; in remove_dead_phis()1600 percg = ((float) stats.removed_phis / (float) stats.total_phis) * 100; in print_stats()1603 stats.removed_phis, stats.total_phis, (int) percg); in print_stats()1923 statistics_counter_event (cfun, "PHI nodes deleted", stats.removed_phis); in perform_tree_ssa_dce()
28889 Remove unused removed_phis variable.29223 removed_phis.
13378 (struct stmt_stats): Add fields 'total_phis' and 'removed_phis'.