Searched refs:best_count (Results 1 – 3 of 3) sorted by relevance
300 gcov_type best_count = -1; in rotate_loop() local326 if (freq > best_freq || e->count > best_count) in rotate_loop()329 best_count = e->count; in rotate_loop()343 best_count = e->count; in rotate_loop()350 if (!best_edge || freq > best_freq || e->count > best_count) in rotate_loop()353 best_count = e->count; in rotate_loop()
1745 int best_count = -1; local1757 if (count > best_count)1758 best_count = count, best_label = XVECEXP (jump_table, 1, i);
784 int best_count = -1; in alpha_tablejump_best_label() local796 if (count > best_count) in alpha_tablejump_best_label()797 best_count = count, best_label = XVECEXP (jump_table, 1, i); in alpha_tablejump_best_label()