HomeSort by: relevance | last modified time | path
    Searched refs:HIST_TYPE_AVERAGE (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
value-prof.h 32 HIST_TYPE_AVERAGE, /* Compute average value (sum of all values). */
value-prof.cc 284 case HIST_TYPE_AVERAGE:
368 case HIST_TYPE_AVERAGE:
1733 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_AVERAGE);
1888 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE,
1945 case HIST_TYPE_AVERAGE:
profile.cc 192 case HIST_TYPE_AVERAGE:
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.h 32 HIST_TYPE_AVERAGE, /* Compute average value (sum of all values). */
value-prof.cc 284 case HIST_TYPE_AVERAGE:
380 case HIST_TYPE_AVERAGE:
1741 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_AVERAGE);
1896 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE,
1953 case HIST_TYPE_AVERAGE:
profile.cc 180 case HIST_TYPE_AVERAGE:
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 785 HIST_TYPE_AVERAGE,

Completed in 74 milliseconds