Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc673 profile_count fallthru_count = profile_count::zero (); in compute_alignments() local
679 has_fallthru = 1, fallthru_count += e->count (); in compute_alignments()
689 fallthru_count.dump (dump_file); in compute_alignments()
698 if (!fallthru_count.initialized_p () || !branch_count.initialized_p ()) in compute_alignments()
729 && branch_count + fallthru_count > count_threshold in compute_alignments()
731 > fallthru_count.apply_scale in compute_alignments()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c686 profile_count fallthru_count = profile_count::zero (); in compute_alignments() local
692 has_fallthru = 1, fallthru_count += e->count (); in compute_alignments()
702 fallthru_count.dump (dump_file); in compute_alignments()
711 if (!fallthru_count.initialized_p () || !branch_count.initialized_p ()) in compute_alignments()
742 && branch_count + fallthru_count > count_threshold in compute_alignments()
744 > fallthru_count.apply_scale in compute_alignments()