Searched refs:gimple_histogram_value (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.cc | 166 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value() function 180 hist->hvalue.next = gimple_histogram_value (fun, stmt); in gimple_add_histogram_value() 191 histogram_value hist2 = gimple_histogram_value (fun, stmt); in gimple_remove_histogram_value() 215 for (hist = gimple_histogram_value (fun, stmt); hist; in gimple_histogram_value_of_type() 436 for (hist = gimple_histogram_value (fun, stmt); hist; hist = hist->hvalue.next) in dump_histograms_for_stmt() 446 while ((val = gimple_histogram_value (fun, stmt)) != NULL) in gimple_remove_stmt_histograms() 457 for (val = gimple_histogram_value (ofun, ostmt); val != NULL; val = val->hvalue.next) in gimple_duplicate_stmt_histograms() 473 histogram_value val = gimple_histogram_value (fun, ostmt); in gimple_move_stmt_histograms() 524 for (hist = gimple_histogram_value (cfun, stmt); hist; in verify_histograms() 626 histogram_value th = gimple_histogram_value (cfun, stmt); in gimple_value_profile_transformations()
|
H A D | value-prof.h | 78 histogram_value gimple_histogram_value (struct function *, gimple *);
|
H A D | gimple-streamer-out.cc | 83 hist = gimple_histogram_value (fn, stmt); in output_gimple_stmt()
|
H A D | ChangeLog.tuples | 4448 * value-prof.c (gimple_histogram_value): Remove calls to 6765 (gimple_histogram_value): Same.
|
H A D | ChangeLog-2006 | 928 set_histogram_value, gimple_histogram_value, 945 * value-prof.h (gimple_histogram_value): Declare.
|
H A D | ChangeLog-2008 | 16116 * value-prof.c (gimple_histogram_value,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.c | 166 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value() function 180 hist->hvalue.next = gimple_histogram_value (fun, stmt); in gimple_add_histogram_value() 191 histogram_value hist2 = gimple_histogram_value (fun, stmt); in gimple_remove_histogram_value() 215 for (hist = gimple_histogram_value (fun, stmt); hist; in gimple_histogram_value_of_type() 415 for (hist = gimple_histogram_value (fun, stmt); hist; hist = hist->hvalue.next) in dump_histograms_for_stmt() 425 while ((val = gimple_histogram_value (fun, stmt)) != NULL) in gimple_remove_stmt_histograms() 436 for (val = gimple_histogram_value (ofun, ostmt); val != NULL; val = val->hvalue.next) in gimple_duplicate_stmt_histograms() 452 histogram_value val = gimple_histogram_value (fun, ostmt); in gimple_move_stmt_histograms() 503 for (hist = gimple_histogram_value (cfun, stmt); hist; in verify_histograms() 605 histogram_value th = gimple_histogram_value (cfun, stmt); in gimple_value_profile_transformations()
|
H A D | value-prof.h | 78 histogram_value gimple_histogram_value (struct function *, gimple *);
|
H A D | gimple-streamer-out.c | 83 hist = gimple_histogram_value (fn, stmt); in output_gimple_stmt()
|