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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c274 int num_branches;
489 num_branches = 0;
550 num_branches++;
582 num_branches++, num_never_executed;
589 fprintf (dump_file, "%d branches\n", num_branches);
592 if (num_branches)
595 (hist_br_prob[i] + hist_br_prob[19-i]) * 100 / num_branches,
598 total_num_branches += num_branches;
271 int num_branches; local

Completed in 79 milliseconds