Searched refs:sum_max (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c624 cs_prg->sum_max += cs_tprg->run_max;
645 cs_all->sum_max = cs_prg->sum_max;
656 || cs_all->sum_max != cs_prg->sum_max))
/haiku-buildtools/gcc/gcc/
H A Dgcov-io.h141 int64:max int64:sum_max histogram
346 gcov_type sum_max; /* sum of individual run max values. */ member in struct:gcov_ctr_summary
H A Dcoverage.c298 summary.ctrs[ix].sum_max += sum.ctrs[ix].sum_max;
363 entry->summary.sum_max += summary.ctrs[elt.ctr].sum_max;
H A Dlto-cgraph.c742 streamer_write_gcov_count_stream (ob->main_stream, profile_info->sum_max);
1691 file_data->profile_info.sum_max = streamer_read_gcov_count (ib);
1760 lto_gcov_summary.sum_max = 0;
1765 sum_max can not be easily merged, as we have no idea what files come from
1772 lto_gcov_summary.sum_max
1773 = MAX (lto_gcov_summary.sum_max,
1774 apply_scale (file_data->profile_info.sum_max, scale));
1820 if (lto_gcov_summary.sum_max < max_runs)
1821 lto_gcov_summary.sum_max = max_runs;
H A Dgcov-io.c464 gcov_write_counter (csum->sum_max);
602 csum->sum_max = gcov_read_counter ();
H A Dgcov-dump.c478 printf (", sum_max=%"PRId64,
479 (int64_t)summary.ctrs[ix].sum_max);
H A Dprofile.c339 profile_info->runs, (unsigned) profile_info->sum_max);
488 if (e->count > profile_info->sum_max)
578 if (profile_info->sum_all < profile_info->sum_max)
580 error ("corrupted profile info: sum_all is smaller than sum_max");
H A Dmodulo-sched.c1502 (int64_t) profile_info->sum_max);
1620 (int64_t) profile_info->sum_max);
H A Dauto-profile.c1647 autofdo::afdo_profile_info->sum_max = 0;

Completed in 117 milliseconds