Searched refs:run_max (Results 1 – 6 of 6) sorted by relevance
190 if (cs_ptr->run_max < ci_ptr->values[c_num]) in gcov_exit()191 cs_ptr->run_max = ci_ptr->values[c_num]; in gcov_exit()278 if (cs_ptr->run_max < ci_ptr->values[c_num]) in gcov_exit()279 cs_ptr->run_max = ci_ptr->values[c_num]; in gcov_exit()442 if (cs_obj->run_max < cs_tobj->run_max) in gcov_exit()443 cs_obj->run_max = cs_tobj->run_max; in gcov_exit()444 cs_obj->sum_max += cs_tobj->run_max; in gcov_exit()451 if (cs_prg->run_max < cs_tprg->run_max) in gcov_exit()452 cs_prg->run_max = cs_tprg->run_max; in gcov_exit()453 cs_prg->sum_max += cs_tprg->run_max; in gcov_exit()
246 if (entry->summary.run_max < csum->run_max) in read_counts_file()247 entry->summary.run_max = csum->run_max; in read_counts_file()
366 gcov_write_counter (csum->run_max); in gcov_write_summary()485 csum->run_max = gcov_read_counter (); in gcov_read_summary()
388 gcov_type run_max; /* maximum value on a single run. */ member
433 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary()
278 if (profile_info->run_max * profile_info->runs < profile_info->sum_max) in compute_branch_probabilities()