Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c146 gimple_histogram_value (struct function *fun, gimple stmt) in gimple_histogram_value() function
160 hist->hvalue.next = gimple_histogram_value (fun, stmt); in gimple_add_histogram_value()
171 histogram_value hist2 = gimple_histogram_value (fun, stmt); in gimple_remove_histogram_value()
197 for (hist = gimple_histogram_value (fun, stmt); hist; in gimple_histogram_value_of_type()
313 for (hist = gimple_histogram_value (fun, stmt); hist; hist = hist->hvalue.next) in dump_histograms_for_stmt()
323 while ((val = gimple_histogram_value (fun, stmt)) != NULL) in gimple_remove_stmt_histograms()
334 for (val = gimple_histogram_value (ofun, ostmt); val != NULL; val = val->hvalue.next) in gimple_duplicate_stmt_histograms()
351 histogram_value val = gimple_histogram_value (fun, ostmt); in gimple_move_stmt_histograms()
402 for (hist = gimple_histogram_value (cfun, stmt); hist; in verify_histograms()
506 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);
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvalue-prof.c168 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value() function
182 hist->hvalue.next = gimple_histogram_value (fun, stmt); in gimple_add_histogram_value()
193 histogram_value hist2 = gimple_histogram_value (fun, stmt); in gimple_remove_histogram_value()
217 for (hist = gimple_histogram_value (fun, stmt); hist; in gimple_histogram_value_of_type()
446 for (hist = gimple_histogram_value (fun, stmt); hist; hist = hist->hvalue.next) in dump_histograms_for_stmt()
456 while ((val = gimple_histogram_value (fun, stmt)) != NULL) in gimple_remove_stmt_histograms()
467 for (val = gimple_histogram_value (ofun, ostmt); val != NULL; val = val->hvalue.next) in gimple_duplicate_stmt_histograms()
483 histogram_value val = gimple_histogram_value (fun, ostmt); in gimple_move_stmt_histograms()
534 for (hist = gimple_histogram_value (cfun, stmt); hist; in verify_histograms()
640 histogram_value th = gimple_histogram_value (cfun, stmt); in gimple_value_profile_transformations()
H A Dvalue-prof.h80 histogram_value gimple_histogram_value (struct function *, gimple *);
H A Dgimple-streamer-out.c82 hist = gimple_histogram_value (cfun, stmt); in output_gimple_stmt()