Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dlibgcov.c190 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()
Dcoverage.c246 if (entry->summary.run_max < csum->run_max) in read_counts_file()
247 entry->summary.run_max = csum->run_max; in read_counts_file()
Dgcov-io.c366 gcov_write_counter (csum->run_max); in gcov_write_summary()
485 csum->run_max = gcov_read_counter (); in gcov_read_summary()
Dgcov-io.h388 gcov_type run_max; /* maximum value on a single run. */ member
Dgcov-dump.c433 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary()
Dprofile.c278 if (profile_info->run_max * profile_info->runs < profile_info->sum_max) in compute_branch_probabilities()