Home
last modified time | relevance | path

Searched refs:gimple_alloc_histogram_value (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc114 gimple_alloc_histogram_value (struct function *fun ATTRIBUTE_UNUSED, in gimple_alloc_histogram_value() function
370 new_val = gimple_alloc_histogram_value (cfun, type, stmt); in stream_in_histogram_value()
459 histogram_value new_val = gimple_alloc_histogram_value (fun, val->type); in gimple_duplicate_stmt_histograms()
1816 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1828 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1832 hist = gimple_alloc_histogram_value (cfun, HIST_TYPE_INTERVAL, in gimple_divmod_values_to_profile()
1859 histogram_value v = gimple_alloc_histogram_value (cfun, HIST_TYPE_INDIR_CALL, in gimple_indirect_call_to_profile()
1892 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_stringops_values_to_profile()
1895 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE, in gimple_stringops_values_to_profile()
1900 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_IOR, in gimple_stringops_values_to_profile()
[all …]
H A Dvalue-prof.h75 histogram_value gimple_alloc_histogram_value (struct function *, enum hist_type,
H A Dauto-profile.cc1010 histogram_value hist = gimple_alloc_histogram_value ( in afdo_indirect_call()
H A DChangeLog-2006927 (gimple_alloc_histogram_value, histogram_hash, histogram_eq,
H A DChangeLog-201414171 * value-prof.c (gimple_alloc_histogram_value): New export func.
14173 * value-prof.h (gimple_alloc_histogram_value): Likewise.
H A DChangeLog-201916380 * value-prof.h (gimple_alloc_histogram_value):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c114 gimple_alloc_histogram_value (struct function *fun ATTRIBUTE_UNUSED, in gimple_alloc_histogram_value() function
367 new_val = gimple_alloc_histogram_value (cfun, type, stmt); in stream_in_histogram_value()
438 histogram_value new_val = gimple_alloc_histogram_value (fun, val->type); in gimple_duplicate_stmt_histograms()
1779 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1791 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1795 hist = gimple_alloc_histogram_value (cfun, HIST_TYPE_INTERVAL, in gimple_divmod_values_to_profile()
1822 histogram_value v = gimple_alloc_histogram_value (cfun, HIST_TYPE_INDIR_CALL, in gimple_indirect_call_to_profile()
1855 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_stringops_values_to_profile()
1858 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE, in gimple_stringops_values_to_profile()
1863 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_IOR, in gimple_stringops_values_to_profile()
[all …]
H A Dvalue-prof.h75 histogram_value gimple_alloc_histogram_value (struct function *, enum hist_type,
H A Dauto-profile.c1010 histogram_value hist = gimple_alloc_histogram_value ( in afdo_indirect_call()