Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvalue-prof.c732 bb2->count = profile_count::from_gcov_type (count); in gimple_divmod_fixed_value()
735 bb3->count = profile_count::from_gcov_type (all - count); in gimple_divmod_fixed_value()
738 bb4->count = profile_count::from_gcov_type (all); in gimple_divmod_fixed_value()
893 bb2->count = profile_count::from_gcov_type (count); in gimple_mod_pow2()
896 bb3->count = profile_count::from_gcov_type (all - count); in gimple_mod_pow2()
899 bb4->count = profile_count::from_gcov_type (all); in gimple_mod_pow2()
1050 bb2->count = profile_count::from_gcov_type (all - count1); in gimple_mod_subtract()
1056 bb3->count = profile_count::from_gcov_type (all - count1 - count2); in gimple_mod_subtract()
1061 bb4->count = profile_count::from_gcov_type (all); in gimple_mod_subtract()
1522 profile_count::from_gcov_type (all))) in gimple_ic_transform()
[all …]
H A Dprofile-count.h676 return from_gcov_type (0); in class()
694 return from_gcov_type (1); in class()
1130 static profile_count from_gcov_type (gcov_type v); in class()
H A Dauto-profile.c1154 bb->count = profile_count::from_gcov_type (max_count).afdo (); in afdo_set_bb_count()
1532 = profile_count::from_gcov_type (s->head_count ()).afdo (); in afdo_annotate_cfg()
1534 = profile_count::from_gcov_type (s->head_count ()).afdo (); in afdo_annotate_cfg()
1720 is_hot = maybe_hot_count_p (NULL, profile_count::from_gcov_type (count)); in afdo_callsite_hot_enough_for_early_inline()
H A Dprofile-count.c335 profile_count::from_gcov_type (gcov_type v) in from_gcov_type() function
H A Dprofile.c800 bb->count = profile_count::from_gcov_type (bb_gcov_count (bb)); in compute_branch_probabilities()
991 = profile_count::from_gcov_type (counts[0]); in read_thunk_profile()
H A Dcgraphunit.c1854 cfg_count = profile_count::from_gcov_type (BB_FREQ_MAX).guessed_local (); in expand_thunk()
H A Dcgraph.c2195 else if (count.ipa () > profile_count::from_gcov_type (100) in dump()
H A Dpredict.c3712 profile_count count = profile_count::from_gcov_type (tmp.to_int ()); in estimate_bb_frequencies()