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

/freebsd-10.3-release/contrib/gcc/
H A Dvalue-prof.c503 int prob1, int prob2, int ncounts,
594 e23->probability = REG_BR_PROB_BASE - prob2;
597 e24->probability = prob2;
616 int prob1, prob2; local
680 prob2 = (histogram->hvalue.counters[1] * REG_BR_PROB_BASE + all / 2) / all;
684 result = tree_mod_subtract (stmt, op, op1, op2, prob1, prob2, i,
502 tree_mod_subtract(tree stmt, tree operation, tree op1, tree op2, int prob1, int prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
H A Dcfgcleanup.c1267 int prob2;
1270 prob2 = b2->probability;
1273 prob2 = REG_BR_PROB_BASE - b2->probability;
1278 if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 2)
1283 bb1->index, bb2->index, b1->probability, prob2);
1403 int prob2;
1406 prob2 = b2->probability;
1409 prob2 = REG_BR_PROB_BASE - b2->probability;
1414 if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 2)
1419 bb1->index, bb2->index, b1->probability, prob2);
1260 int prob2; local
1396 int prob2; local
[all...]

Completed in 52 milliseconds