Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc721 bb2->count = profile_count::from_gcov_type (count); in gimple_divmod_fixed_value()
724 bb3->count = profile_count::from_gcov_type (all - count); in gimple_divmod_fixed_value()
727 bb4->count = profile_count::from_gcov_type (all); in gimple_divmod_fixed_value()
936 bb2->count = profile_count::from_gcov_type (count); in gimple_mod_pow2()
939 bb3->count = profile_count::from_gcov_type (all - count); in gimple_mod_pow2()
942 bb4->count = profile_count::from_gcov_type (all); in gimple_mod_pow2()
1091 bb2->count = profile_count::from_gcov_type (all - count1); in gimple_mod_subtract()
1097 bb3->count = profile_count::from_gcov_type (all - count1 - count2); in gimple_mod_subtract()
1102 bb4->count = profile_count::from_gcov_type (all); in gimple_mod_subtract()
1591 icall_bb->count = profile_count::from_gcov_type (count); in gimple_stringop_fixed_value()
[all …]
H A Dauto-profile.cc1148 bb->count = profile_count::from_gcov_type (max_count).afdo (); in afdo_set_bb_count()
1541 = profile_count::from_gcov_type (s->head_count ()).afdo (); in afdo_annotate_cfg()
1543 = profile_count::from_gcov_type (s->head_count ()).afdo (); in afdo_annotate_cfg()
1719 profile_count pcount = profile_count::from_gcov_type (count).afdo (); in afdo_callsite_hot_enough_for_early_inline()
H A Dprofile-count.h744 return from_gcov_type (0); in zero()
765 return from_gcov_type (1); in one()
1242 static profile_count from_gcov_type (gcov_type v,
H A Dprofile-count.cc434 profile_count::from_gcov_type (gcov_type v, profile_quality quality) in from_gcov_type() function in profile_count
H A Dsymtab-thunks.cc459 cfg_count = profile_count::from_gcov_type in expand_thunk()
H A Dprofile.cc754 bb->count = profile_count::from_gcov_type (bb_gcov_count (bb)); in compute_branch_probabilities()
1139 = profile_count::from_gcov_type (counts[0]); in read_thunk_profile()
H A Dcgraph.cc2277 else if (count.ipa () > profile_count::from_gcov_type (100) in dump()
H A Dpredict.cc3978 profile_count count = profile_count::from_gcov_type (tmp.to_int ()); in estimate_bb_frequencies()
H A DChangeLog-20173570 * profile-count.c (profile_count::from_gcov_type): Move from
3572 * profile-count.h (profile_count::from_gcov_type): Move offline.
H A DChangeLog-201929153 (profile_count::from_gcov_type): Add new argument.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c700 bb2->count = profile_count::from_gcov_type (count); in gimple_divmod_fixed_value()
703 bb3->count = profile_count::from_gcov_type (all - count); in gimple_divmod_fixed_value()
706 bb4->count = profile_count::from_gcov_type (all); in gimple_divmod_fixed_value()
899 bb2->count = profile_count::from_gcov_type (count); in gimple_mod_pow2()
902 bb3->count = profile_count::from_gcov_type (all - count); in gimple_mod_pow2()
905 bb4->count = profile_count::from_gcov_type (all); in gimple_mod_pow2()
1054 bb2->count = profile_count::from_gcov_type (all - count1); in gimple_mod_subtract()
1060 bb3->count = profile_count::from_gcov_type (all - count1 - count2); in gimple_mod_subtract()
1065 bb4->count = profile_count::from_gcov_type (all); in gimple_mod_subtract()
1554 icall_bb->count = profile_count::from_gcov_type (count); in gimple_stringop_fixed_value()
[all …]
H A Dauto-profile.c1135 bb->count = profile_count::from_gcov_type (max_count).afdo (); in afdo_set_bb_count()
1517 = profile_count::from_gcov_type (s->head_count ()).afdo (); in afdo_annotate_cfg()
1519 = profile_count::from_gcov_type (s->head_count ()).afdo (); in afdo_annotate_cfg()
1696 profile_count pcount = profile_count::from_gcov_type (count).afdo (); in afdo_callsite_hot_enough_for_early_inline()
H A Dprofile-count.h741 return from_gcov_type (0); in zero()
762 return from_gcov_type (1); in one()
1236 static profile_count from_gcov_type (gcov_type v,
H A Dprofile-count.c412 profile_count::from_gcov_type (gcov_type v, profile_quality quality) in from_gcov_type() function
H A Dprofile.c721 bb->count = profile_count::from_gcov_type (bb_gcov_count (bb)); in compute_branch_probabilities()
1051 = profile_count::from_gcov_type (counts[0]); in read_thunk_profile()
H A Dcgraphunit.c2005 cfg_count = profile_count::from_gcov_type (BB_FREQ_MAX).guessed_local (); in expand_thunk()
H A Dcgraph.c2251 else if (count.ipa () > profile_count::from_gcov_type (100) in dump()
H A Dpredict.c3896 profile_count count = profile_count::from_gcov_type (tmp.to_int ()); in estimate_bb_frequencies()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c557 = profile_count::from_gcov_type (TREE_INT_CST_LOW (q), in c_parser_gimple_compound_statement()
1947 = profile_count::from_gcov_type (TREE_INT_CST_LOW (q), quality); in c_parser_gimple_or_rtl_pass_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc561 = profile_count::from_gcov_type (TREE_INT_CST_LOW (q), in c_parser_gimple_compound_statement()
1973 = profile_count::from_gcov_type (TREE_INT_CST_LOW (q), quality); in c_parser_gimple_or_rtl_pass_list()