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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c272 int hist_br_prob[20];
487 hist_br_prob[i] = 0;
548 hist_br_prob[index]++;
595 (hist_br_prob[i] + hist_br_prob[19-i]) * 100 / num_branches,
601 total_hist_br_prob[i] += hist_br_prob[i];
269 int hist_br_prob[20]; local

Completed in 53 milliseconds