Searched refs:gimple_add_histogram_value (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.h | 81 void gimple_add_histogram_value (struct function *, gimple *, histogram_value);
|
H A D | value-prof.cc | 177 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value() function 422 gimple_add_histogram_value (cfun, stmt, new_val); in stream_in_histogram_value() 464 gimple_add_histogram_value (fun, stmt, new_val); in gimple_duplicate_stmt_histograms()
|
H A D | profile.cc | 926 gimple_add_histogram_value (cfun, stmt, hist); in compute_value_histograms() 944 gimple_add_histogram_value (cfun, stmt, hist); in compute_value_histograms()
|
H A D | auto-profile.cc | 1014 gimple_add_histogram_value (cfun, stmt, hist); in afdo_indirect_call()
|
H A D | ChangeLog.tuples | 6551 * value-prof.c (gimple_add_histogram_value): Adjust for tuples. 6553 * value-prof.h (gimple_add_histogram_value): Same.
|
H A D | ChangeLog-2006 | 929 gimple_add_histogram_value, gimple_remove_histogram_value, 947 (gimple_add_histogram_value): Declare.
|
H A D | ChangeLog-2013 | 9937 * value-prof.c (gimple_add_histogram_value): Support for time profiler
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.h | 81 void gimple_add_histogram_value (struct function *, gimple *, histogram_value);
|
H A D | value-prof.c | 177 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value() function 401 gimple_add_histogram_value (cfun, stmt, new_val); in stream_in_histogram_value() 443 gimple_add_histogram_value (fun, stmt, new_val); in gimple_duplicate_stmt_histograms()
|
H A D | profile.c | 856 gimple_add_histogram_value (cfun, stmt, hist); in compute_value_histograms()
|
H A D | auto-profile.c | 1014 gimple_add_histogram_value (cfun, stmt, hist); in afdo_indirect_call()
|