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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.c382 gcov_write_counter (csum->sum_max);
501 csum->sum_max = gcov_read_counter ();
H A Dgcov-dump.c434 printf (", sum_max=" HOST_WIDEST_INT_PRINT_DEC,
435 (HOST_WIDEST_INT)summary.ctrs[ix].sum_max);
H A Dgcov-io.h139 int64:max int64:sum_max
397 gcov_type sum_max; /* sum of individual run max values. */ member in struct:gcov_ctr_summary
H A Dprofile.c265 profile_info->runs, (unsigned) profile_info->sum_max);
413 if (e->count > profile_info->sum_max)
457 if (profile_info->run_max * profile_info->runs < profile_info->sum_max)
459 error ("corrupted profile info: run_max * runs < sum_max");
463 if (profile_info->sum_all < profile_info->sum_max)
465 error ("corrupted profile info: sum_all is smaller than sum_max");
H A Dlibgcov.c440 cs_obj->sum_max += cs_tobj->run_max;
449 cs_prg->sum_max += cs_tprg->run_max;
H A Dlto-cgraph.c368 lto_output_sleb128_stream (ob->main_stream, profile_info->sum_max);
789 lto_gcov_summary.sum_max = lto_input_sleb128 (ib);
796 || profile_info->sum_max != lto_input_sleb128 (ib))
H A Dcoverage.c252 entry->summary.sum_max += csum->sum_max;
H A Dpredict.c141 > profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION));
162 <= profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION)))
H A Dmodulo-sched.c1000 (HOST_WIDEST_INT) profile_info->sum_max);
1115 (HOST_WIDEST_INT) profile_info->sum_max);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcov-io.c367 gcov_write_counter (csum->sum_max);
486 csum->sum_max = gcov_read_counter ();
H A Dgcov-dump.c434 printf (", sum_max=" HOST_WIDEST_INT_PRINT_DEC,
435 (HOST_WIDEST_INT)summary.ctrs[ix].sum_max);
H A Dgcov-io.h141 int64:max int64:sum_max
389 gcov_type sum_max; /* sum of individual run max values. */ member in struct:gcov_ctr_summary
H A Dprofile.c260 profile_info->runs, (unsigned) profile_info->sum_max);
287 if (profile_info->run_max * profile_info->runs < profile_info->sum_max)
289 error ("corrupted profile info: run_max * runs < sum_max");
293 if (profile_info->sum_all < profile_info->sum_max)
295 error ("corrupted profile info: sum_all is smaller than sum_max");
338 if (e->count > profile_info->sum_max)
H A Dlibgcov.c444 cs_obj->sum_max += cs_tobj->run_max;
453 cs_prg->sum_max += cs_tprg->run_max;
H A Dcoverage.c250 entry->summary.sum_max += csum->sum_max;
H A Dpredict.c122 < profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION)))
136 < profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION)))
H A Dipa-inline.c350 <= profile_info->sum_max / PARAM_VALUE (HOT_BB_COUNT_FRACTION)))
H A Dmodulo-sched.c1050 (HOST_WIDEST_INT) profile_info->sum_max);
1143 (HOST_WIDEST_INT) profile_info->sum_max);

Completed in 326 milliseconds