Lines Matching defs:best_count
342 profile_count best_count = profile_count::uninitialized ();
367 if (e->count () > best_count)
369 best_count = e->count ();
382 best_count = e->count ();
388 if (!best_edge || e->count () > best_count)
390 best_count = e->count ();
507 profile_count best_count = profile_count::uninitialized ();
547 best_count = count;
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count,
566 best_count = count;
935 BEST_PROB, the best count is BEST_COUNT.
942 profile_count best_count, const_edge cur_best_edge)
970 profile_count diff_count = best_count.apply_scale (1, 10);
971 if (count < best_count - diff_count
972 || (!best_count.initialized_p ()
979 else if (count > best_count + diff_count)