Home
last modified time | relevance | path

Searched refs:best_count (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.27/bfd/
H A Dformat.c212 int match_count, best_count, best_match; in bfd_check_format_matches() local
277 best_count = 0; in bfd_check_format_matches()
345 best_count = 0; in bfd_check_format_matches()
347 best_count++; in bfd_check_format_matches()
368 if (best_count == 1) in bfd_check_format_matches()
418 if (matching_vector && match_count > 1 && best_count != match_count) in bfd_check_format_matches()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dformat.c219 int match_count, best_count, best_match; in bfd_check_format_matches() local
288 best_count = 0; in bfd_check_format_matches()
358 best_count = 0; in bfd_check_format_matches()
364 best_count++; in bfd_check_format_matches()
388 if (best_count == 1) in bfd_check_format_matches()
438 if (matching_vector && match_count > 1 && best_count != match_count) in bfd_check_format_matches()
/dragonfly/contrib/gdb-7/bfd/
H A Dformat.c210 int match_count, best_count, best_match; in bfd_check_format_matches() local
275 best_count = 0; in bfd_check_format_matches()
333 best_count = 0; in bfd_check_format_matches()
335 best_count++; in bfd_check_format_matches()
356 if (best_count == 1) in bfd_check_format_matches()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbb-reorder.c367 if (e->count () > best_count) in rotate_loop()
369 best_count = e->count (); in rotate_loop()
382 best_count = e->count (); in rotate_loop()
388 if (!best_edge || e->count () > best_count) in rotate_loop()
390 best_count = e->count (); in rotate_loop()
547 best_count = count; in find_traces_1_round()
566 best_count = count; in find_traces_1_round()
942 profile_count best_count, const_edge cur_best_edge) in better_edge_p() argument
971 if (count < best_count - diff_count in better_edge_p()
972 || (!best_count.initialized_p () in better_edge_p()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbb-reorder.c295 gcov_type best_count = -1; in rotate_loop() local
321 if (freq > best_freq || e->count > best_count) in rotate_loop()
324 best_count = e->count; in rotate_loop()
338 best_count = e->count; in rotate_loop()
345 if (!best_edge || freq > best_freq || e->count > best_count) in rotate_loop()
348 best_count = e->count; in rotate_loop()