Searched refs:histogram_values (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.h | 70 typedef vec<histogram_value> histogram_values; typedef 72 extern void gimple_find_values_to_profile (histogram_values *);
|
H A D | profile.cc | 148 instrument_values (histogram_values values) in instrument_values() 870 compute_value_histograms (histogram_values values, unsigned cfg_checksum, in compute_value_histograms() 1174 histogram_values values = histogram_values (); in branch_prob()
|
H A D | value-prof.cc | 1793 gimple_divmod_values_to_profile (gimple *stmt, histogram_values *values) in gimple_divmod_values_to_profile() 1849 gimple_indirect_call_to_profile (gimple *stmt, histogram_values *values) in gimple_indirect_call_to_profile() 1870 gimple_stringops_values_to_profile (gimple *gs, histogram_values *values) in gimple_stringops_values_to_profile() 1908 gimple_values_to_profile (gimple *stmt, histogram_values *values) in gimple_values_to_profile() 1916 gimple_find_values_to_profile (histogram_values *values) in gimple_find_values_to_profile()
|
H A D | ChangeLog-2004 | 15832 (histogram_value, histogram_values): New types.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.h | 70 typedef vec<histogram_value> histogram_values; typedef 72 extern void gimple_find_values_to_profile (histogram_values *);
|
H A D | profile.c | 146 instrument_values (histogram_values values) in instrument_values() 805 compute_value_histograms (histogram_values values, unsigned cfg_checksum, in compute_value_histograms() 1086 histogram_values values = histogram_values (); in branch_prob()
|
H A D | value-prof.c | 1756 gimple_divmod_values_to_profile (gimple *stmt, histogram_values *values) in gimple_divmod_values_to_profile() 1812 gimple_indirect_call_to_profile (gimple *stmt, histogram_values *values) in gimple_indirect_call_to_profile() 1833 gimple_stringops_values_to_profile (gimple *gs, histogram_values *values) in gimple_stringops_values_to_profile() 1871 gimple_values_to_profile (gimple *stmt, histogram_values *values) in gimple_values_to_profile() 1879 gimple_find_values_to_profile (histogram_values *values) in gimple_find_values_to_profile()
|