Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDprofile.c487 int num_branches; in compute_branch_probabilities() local
692 num_branches = 0; in compute_branch_probabilities()
753 num_branches++; in compute_branch_probabilities()
785 num_branches++; in compute_branch_probabilities()
794 fprintf (dump_file, "%d branches\n", num_branches); in compute_branch_probabilities()
795 if (num_branches) in compute_branch_probabilities()
798 (hist_br_prob[i] + hist_br_prob[19-i]) * 100 / num_branches, in compute_branch_probabilities()
801 total_num_branches += num_branches; in compute_branch_probabilities()
/dragonfly/contrib/gcc-8.0/gcc/
HDprofile.c494 int num_branches; in compute_branch_probabilities() local
694 num_branches = 0; in compute_branch_probabilities()
758 num_branches++; in compute_branch_probabilities()
792 num_branches++; in compute_branch_probabilities()
816 fprintf (dump_file, "%d branches\n", num_branches); in compute_branch_probabilities()
817 if (num_branches) in compute_branch_probabilities()
820 (hist_br_prob[i] + hist_br_prob[19-i]) * 100 / num_branches, in compute_branch_probabilities()
823 total_num_branches += num_branches; in compute_branch_probabilities()
/dragonfly/contrib/binutils-2.27/gold/
HDpowerpc.cc3430 set_current_size(unsigned int num_branches) in set_current_size() argument
3433 this->set_current_data_size(num_branches * 16); in set_current_size()
3442 this->rel_->set_current_data_size(num_branches * reloc_size); in set_current_size()