Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dprofile.c271 int num_branches; in compute_branch_probabilities() local
486 num_branches = 0; in compute_branch_probabilities()
547 num_branches++; in compute_branch_probabilities()
579 num_branches++, num_never_executed; in compute_branch_probabilities()
586 fprintf (dump_file, "%d branches\n", num_branches); in compute_branch_probabilities()
589 if (num_branches) in compute_branch_probabilities()
592 (hist_br_prob[i] + hist_br_prob[19-i]) * 100 / num_branches, in compute_branch_probabilities()
595 total_num_branches += num_branches; in compute_branch_probabilities()