Searched refs:run_max (Results 1 – 10 of 10) sorted by relevance
239 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()
324 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()
244 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()
381 gcov_write_counter (csum->run_max); in gcov_write_summary()500 csum->run_max = gcov_read_counter (); in gcov_read_summary()
398 gcov_type run_max; /* maximum value on a single run. */ member
465 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary()
494 if (profile_info->run_max * profile_info->runs < profile_info->sum_max) in compute_branch_probabilities()
254 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()
346 gcov_type run_max; /* maximum value on a single run. */ member
472 gcov_write_counter (csum->run_max); in gcov_write_summary()612 csum->run_max = gcov_read_counter (); in gcov_read_summary()