Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-propagate.c797 static struct prop_stats_d prop_stats; variable
828 prop_stats.num_const_prop++; in replace_uses_in()
830 prop_stats.num_copy_prop++; in replace_uses_in()
943 prop_stats.num_const_prop++; in replace_vuses_in()
945 prop_stats.num_copy_prop++; in replace_vuses_in()
971 prop_stats.num_copy_prop++; in replace_vuses_in()
1003 prop_stats.num_const_prop++; in replace_phi_args_in()
1005 prop_stats.num_copy_prop++; in replace_phi_args_in()
1068 prop_stats.num_pred_folded++; in fold_predicate_in()
1100 memset (&prop_stats, 0, sizeof (prop_stats)); in substitute_and_fold()
[all …]