Searched refs:prob2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | value-prof.c | 503 int prob1, int prob2, int ncounts, in tree_mod_subtract() argument 594 e23->probability = REG_BR_PROB_BASE - prob2; in tree_mod_subtract() 597 e24->probability = prob2; in tree_mod_subtract() 616 int prob1, prob2; in tree_mod_subtract_transform() local 680 prob2 = (histogram->hvalue.counters[1] * REG_BR_PROB_BASE + all / 2) / all; in tree_mod_subtract_transform() 684 result = tree_mod_subtract (stmt, op, op1, op2, prob1, prob2, i, in tree_mod_subtract_transform()
|
| H A D | cfgcleanup.c | 1260 int prob2; in condjump_equiv_p() local 1263 prob2 = b2->probability; in condjump_equiv_p() 1266 prob2 = REG_BR_PROB_BASE - b2->probability; in condjump_equiv_p() 1271 if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 2) in condjump_equiv_p() 1276 bb1->index, bb2->index, b1->probability, prob2); in condjump_equiv_p() 1396 int prob2; in outgoing_edges_match() local 1399 prob2 = b2->probability; in outgoing_edges_match() 1402 prob2 = REG_BR_PROB_BASE - b2->probability; in outgoing_edges_match() 1407 if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 2) in outgoing_edges_match() 1412 bb1->index, bb2->index, b1->probability, prob2); in outgoing_edges_match()
|