Home
last modified time | relevance | path

Searched refs:run_max (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcov-driver.c239 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max; in gcov_compute_histogram()
335 if (cs_ptr->run_max < ci_ptr->values[c_num]) in compute_summary()
336 cs_ptr->run_max = ci_ptr->values[c_num]; in compute_summary()
626 if (cs_prg->run_max < cs_tprg->run_max) in merge_summary()
627 cs_prg->run_max = cs_tprg->run_max; in merge_summary()
628 cs_prg->sum_max += cs_tprg->run_max; in merge_summary()
648 cs_all->run_max = cs_prg->run_max; in merge_summary()
659 || cs_all->run_max != cs_prg->run_max in merge_summary()
/dragonfly/contrib/gcc-4.7/libgcc/
HDlibgcov.c324 if (cs_ptr->run_max < ci_ptr->values[c_num]) in gcov_exit()
325 cs_ptr->run_max = ci_ptr->values[c_num]; in gcov_exit()
584 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()
585 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()
586 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
/dragonfly/contrib/gcc-4.7/gcc/
HDcoverage.c244 if (summary.ctrs[ix].run_max < sum.ctrs[ix].run_max) in read_counts_file()
245 summary.ctrs[ix].run_max = sum.ctrs[ix].run_max; in read_counts_file()
300 if (entry->summary.run_max < summary.ctrs[elt.ctr].run_max) in read_counts_file()
301 entry->summary.run_max = summary.ctrs[elt.ctr].run_max; in read_counts_file()
HDgcov-io.c381 gcov_write_counter (csum->run_max); in gcov_write_summary()
500 csum->run_max = gcov_read_counter (); in gcov_read_summary()
HDgcov-io.h398 gcov_type run_max; /* maximum value on a single run. */ member
HDgcov-dump.c465 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary()
HDprofile.c494 if (profile_info->run_max * profile_info->runs < profile_info->sum_max) in compute_branch_probabilities()
/dragonfly/contrib/gcc-8.0/gcc/
HDcoverage.c254 if (summary.ctrs[ix].run_max < sum.ctrs[ix].run_max) in read_counts_file()
255 summary.ctrs[ix].run_max = sum.ctrs[ix].run_max; in read_counts_file()
319 if (entry->summary.run_max < summary.ctrs[elt.ctr].run_max) in read_counts_file()
320 entry->summary.run_max = summary.ctrs[elt.ctr].run_max; in read_counts_file()
HDgcov-io.h346 gcov_type run_max; /* maximum value on a single run. */ member
HDgcov-io.c472 gcov_write_counter (csum->run_max); in gcov_write_summary()
612 csum->run_max = gcov_read_counter (); in gcov_read_summary()