Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dvalue-prof.c116 gimple_alloc_histogram_value (struct function *fun ATTRIBUTE_UNUSED, in gimple_alloc_histogram_value() function
396 new_val = gimple_alloc_histogram_value (cfun, type, stmt, NULL); in stream_in_histogram_value()
469 histogram_value new_val = gimple_alloc_histogram_value (fun, val->type, NULL, NULL); in gimple_duplicate_stmt_histograms()
1896 values->quick_push (gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1908 values->quick_push (gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1913 hist = gimple_alloc_histogram_value (cfun, HIST_TYPE_INTERVAL, in gimple_divmod_values_to_profile()
1943 values->quick_push (gimple_alloc_histogram_value ( in gimple_indirect_call_to_profile()
1979 values->safe_push (gimple_alloc_histogram_value (cfun, in gimple_stringops_values_to_profile()
1982 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE, in gimple_stringops_values_to_profile()
1987 values->safe_push (gimple_alloc_histogram_value (cfun, HIST_TYPE_IOR, in gimple_stringops_values_to_profile()
[all …]
H A Dvalue-prof.h78 histogram_value gimple_alloc_histogram_value (struct function *, enum hist_type,
H A Dauto-profile.c1003 histogram_value hist = gimple_alloc_histogram_value ( in afdo_indirect_call()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c94 gimple_alloc_histogram_value (struct function *fun ATTRIBUTE_UNUSED, in gimple_alloc_histogram_value() function
336 histogram_value new_val = gimple_alloc_histogram_value (fun, val->type, NULL, NULL); in gimple_duplicate_stmt_histograms()
1658 gimple_alloc_histogram_value (cfun, in gimple_divmod_values_to_profile()
1670 gimple_alloc_histogram_value (cfun, HIST_TYPE_POW2, in gimple_divmod_values_to_profile()
1674 hist = gimple_alloc_histogram_value (cfun, HIST_TYPE_INTERVAL, in gimple_divmod_values_to_profile()
1705 gimple_alloc_histogram_value (cfun, HIST_TYPE_INDIR_CALL, in gimple_indirect_call_to_profile()
1736 gimple_alloc_histogram_value (cfun, HIST_TYPE_SINGLE_VALUE, in gimple_stringops_values_to_profile()
1739 gimple_alloc_histogram_value (cfun, HIST_TYPE_AVERAGE, in gimple_stringops_values_to_profile()
1744 gimple_alloc_histogram_value (cfun, HIST_TYPE_IOR, in gimple_stringops_values_to_profile()