Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc166 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 Dvalue-prof.h78 histogram_value gimple_histogram_value (struct function *, gimple *);
H A Dgimple-streamer-out.cc83 hist = gimple_histogram_value (fn, stmt); in output_gimple_stmt()
H A DChangeLog.tuples4448 * value-prof.c (gimple_histogram_value): Remove calls to
6765 (gimple_histogram_value): Same.
H A DChangeLog-2006928 set_histogram_value, gimple_histogram_value,
945 * value-prof.h (gimple_histogram_value): Declare.
H A DChangeLog-200816116 * value-prof.c (gimple_histogram_value,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c166 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 Dvalue-prof.h78 histogram_value gimple_histogram_value (struct function *, gimple *);
H A Dgimple-streamer-out.c83 hist = gimple_histogram_value (fn, stmt); in output_gimple_stmt()