Searched refs:get_nth_most_common_value (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.h | 92 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
|
H A D | value-prof.cc | 761 get_nth_most_common_value (gimple *stmt, const char *counter_type, in get_nth_most_common_value() function 839 if (!get_nth_most_common_value (stmt, "divmod", histogram, &val, &count, in gimple_divmod_fixed_value_transform() 1478 if (!get_nth_most_common_value (NULL, "indirect call", histogram, &val, in dump_ic_profile() 1669 if (!get_nth_most_common_value (stmt, "stringops", histogram, &val, &count, in gimple_stringops_transform()
|
H A D | ipa-profile.cc | 301 if (!get_nth_most_common_value (NULL, "indirect call", in ipa_profile_generate_summary()
|
H A D | ChangeLog-2020 | 20804 (get_nth_most_common_value): Deal with variable number 34349 (get_nth_most_common_value): Use abs_hwi instead of abs. 35685 (get_nth_most_common_value): Handle negative
|
H A D | ChangeLog-2019 | 19989 get_nth_most_common_value. 19994 get_nth_most_common_value. Add input params n, return 19997 get_nth_most_common_value.
|
H A D | ChangeLog | 14127 * value-prof.h (get_nth_most_common_value): Likewise.
|
H A D | ChangeLog-2021 | 33693 * value-prof.c (get_nth_most_common_value): Use %s instead 33707 * value-prof.c (get_nth_most_common_value): Restore handling
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.h | 92 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
|
H A D | value-prof.c | 740 get_nth_most_common_value (gimple *stmt, const char *counter_type, in get_nth_most_common_value() function 802 if (!get_nth_most_common_value (stmt, "divmod", histogram, &val, &count, in gimple_divmod_fixed_value_transform() 1441 if (!get_nth_most_common_value (NULL, "indirect call", histogram, &val, in dump_ic_profile() 1632 if (!get_nth_most_common_value (stmt, "stringops", histogram, &val, &count, in gimple_stringops_transform()
|
H A D | ipa-profile.c | 300 if (!get_nth_most_common_value (NULL, "indirect call", in ipa_profile_generate_summary()
|