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

/haiku-buildtools/gcc/gcc/
H A Dprofile.c136 static int total_hist_br_prob[20]; variable
882 total_hist_br_prob[i] += hist_br_prob[i];
1499 total_hist_br_prob[i] = 0;
1534 (total_hist_br_prob[i] + total_hist_br_prob[19-i]) * 100
/haiku-buildtools/legacy/gcc/gcc/
H A Dprofile.c147 static int total_hist_br_prob[20]; variable
1233 total_hist_br_prob[i] += hist_br_prob[i];
1474 total_hist_br_prob[i] = 0;
1531 (total_hist_br_prob[i] + total_hist_br_prob[19-i]) * 100

Completed in 95 milliseconds