Searched refs:HIST_TYPE_INTERVAL (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-prof.h | 26 HIST_TYPE_INTERVAL, /* Measures histogram of values inside a specified enumerator
|
| H A D | value-prof.cc | 229 case HIST_TYPE_INTERVAL: in dump_histogram_value() 322 case HIST_TYPE_INTERVAL: in stream_out_histogram_value() 373 case HIST_TYPE_INTERVAL: in stream_in_histogram_value() 1152 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_INTERVAL); in gimple_mod_subtract_transform() 1832 hist = gimple_alloc_histogram_value (cfun, HIST_TYPE_INTERVAL, in gimple_divmod_values_to_profile() 1935 case HIST_TYPE_INTERVAL: in gimple_find_values_to_profile()
|
| H A D | profile.cc | 164 case HIST_TYPE_INTERVAL: in instrument_values()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | value-prof.h | 26 HIST_TYPE_INTERVAL, /* Measures histogram of values inside a specified enumerator
|
| H A D | value-prof.c | 229 case HIST_TYPE_INTERVAL: in dump_histogram_value() 323 case HIST_TYPE_INTERVAL: in stream_out_histogram_value() 370 case HIST_TYPE_INTERVAL: in stream_in_histogram_value() 1115 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_INTERVAL); in gimple_mod_subtract_transform() 1795 hist = gimple_alloc_histogram_value (cfun, HIST_TYPE_INTERVAL, in gimple_divmod_values_to_profile() 1898 case HIST_TYPE_INTERVAL: in gimple_find_values_to_profile()
|
| H A D | profile.c | 162 case HIST_TYPE_INTERVAL: in instrument_values()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 780 HIST_TYPE_INTERVAL, enumerator
|