Home
last modified time | relevance | path

Searched refs:hist_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-prof.h24 enum hist_type enum
40 ((enum hist_type) ((COUNTER) - GCOV_FIRST_VALUE_COUNTER))
53 enum hist_type type; /* Type of information to measure. */
75 histogram_value gimple_alloc_histogram_value (struct function *, enum hist_type,
80 enum hist_type);
Dvalue-prof.cc115 enum hist_type type, gimple *stmt, tree value) in gimple_alloc_histogram_value()
212 enum hist_type type) in gimple_histogram_value_of_type()
317 bp_pack_enum (&bp, hist_type, HIST_TYPE_MAX, hist->type); in stream_out_histogram_value()
357 enum hist_type type; in stream_in_histogram_value()
368 type = bp_unpack_enum (&bp, hist_type, HIST_TYPE_MAX); in stream_in_histogram_value()
DChangeLog-200730993 * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
31682 * value-prof.h (enum hist_type): New counter type for
DChangeLog-201923661 * value-prof.h (enum hist_type): Rename to TOPN.
26139 * value-prof.h (enum hist_type): Likewise.
DChangeLog-20139942 * value-prof.h (hist_type): New histogram type added.
34926 * value-prof.h (enum hist_type): Add HIST_TYPE_MAX.
DChangeLog-201612017 * value-prof.h (enum hist_type): Likewise.
DChangeLog-201416137 * value-prof.h (enum hist_type): Histrogram type for