Home
last modified time | relevance | path

Searched refs:HIST_TYPE_AVERAGE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-prof.h32 HIST_TYPE_AVERAGE, /* Compute average value (sum of all values). */ enumerator
Dvalue-prof.cc284 case HIST_TYPE_AVERAGE: in dump_histogram_value()
380 case HIST_TYPE_AVERAGE: in stream_in_histogram_value()
1741 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_AVERAGE); in stringop_block_profile()
1895 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE, in gimple_stringops_values_to_profile()
1952 case HIST_TYPE_AVERAGE: in gimple_find_values_to_profile()
Dprofile.cc180 case HIST_TYPE_AVERAGE: in instrument_values()
DChangeLog-200730993 * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and