Searched refs:pre_stats (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-pre.c | 451 } pre_stats; variable 3180 pre_stats.insertions++; in create_expression_by_pieces() 3465 pre_stats.phis++; in insert_into_preds_of_block() 3725 pre_stats.pa_insert++; in do_partial_partial_insertion() 4221 pre_stats.eliminations++; in eliminate() 4283 pre_stats.eliminations++; in eliminate() 4497 pre_stats.phis--; in eliminate() 4499 pre_stats.eliminations++; in eliminate() 4774 memset (&pre_stats, 0, sizeof (pre_stats)); in init_pre() 4912 statistics_counter_event (cfun, "Insertions", pre_stats.insertions); in execute_pre() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-pre.c | 519 } pre_stats; variable 2966 pre_stats.insertions++; in create_expression_by_pieces() 3134 pre_stats.phis++; in insert_into_preds_of_block() 3436 pre_stats.pa_insert++; in do_pre_partial_partial_insertion() 3553 pre_stats.hoist_insert++; in do_hoist_insertion() 4071 memset (&pre_stats, 0, sizeof (pre_stats)); in init_pre() 4180 statistics_counter_event (fun, "Insertions", pre_stats.insertions); in execute() 4181 statistics_counter_event (fun, "PA inserted", pre_stats.pa_insert); in execute() 4182 statistics_counter_event (fun, "HOIST inserted", pre_stats.hoist_insert); in execute() 4183 statistics_counter_event (fun, "New PHIs", pre_stats.phis); in execute()
|