Home
last modified time | relevance | path

Searched refs:removed_phis (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-dce.cc77 int removed_phis; member
1059 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()
DChangeLog-200528889 Remove unused removed_phis variable.
29223 removed_phis.
DChangeLog.tree-ssa13378 (struct stmt_stats): Add fields 'total_phis' and 'removed_phis'.