Searched refs:gimple_add_histogram_value (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | value-prof.h | 81 void gimple_add_histogram_value (struct function *, gimple, histogram_value);
|
H A D | value-prof.c | 157 gimple_add_histogram_value (struct function *fun, gimple stmt, in gimple_add_histogram_value() function 341 gimple_add_histogram_value (fun, stmt, new_val); in gimple_duplicate_stmt_histograms()
|
H A D | profile.c | 866 gimple_add_histogram_value (cfun, stmt, hist); in compute_value_histograms()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | value-prof.h | 83 void gimple_add_histogram_value (struct function *, gimple *, histogram_value);
|
H A D | value-prof.c | 179 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value() function 432 gimple_add_histogram_value (cfun, stmt, new_val); in stream_in_histogram_value() 474 gimple_add_histogram_value (fun, stmt, new_val); in gimple_duplicate_stmt_histograms()
|
H A D | profile.c | 891 gimple_add_histogram_value (cfun, stmt, hist); in compute_value_histograms()
|
H A D | auto-profile.c | 1007 gimple_add_histogram_value (cfun, stmt, hist); in afdo_indirect_call()
|