HomeSort by: relevance | last modified time | path
    Searched defs:then_prob (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc 5278 profile_probability then_prob;
5327 then_prob = then_edge->probability.invert ();
5331 if (! cheap_bb_rtx_cost_p (then_bb, then_prob,
5398 profile_probability then_prob, else_prob;
5448 then_prob = else_prob.invert ();
5451 if (else_prob > then_prob)
5272 profile_probability then_prob; local
5392 profile_probability then_prob, else_prob; local
ifcvt.cc 5278 profile_probability then_prob;
5327 then_prob = then_edge->probability.invert ();
5331 if (! cheap_bb_rtx_cost_p (then_bb, then_prob,
5398 profile_probability then_prob, else_prob;
5448 then_prob = else_prob.invert ();
5451 if (else_prob > then_prob)
5272 profile_probability then_prob; local
5392 profile_probability then_prob, else_prob; local
  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 5474 profile_probability then_prob;
5523 then_prob = then_edge->probability.invert ();
5527 if (! cheap_bb_rtx_cost_p (then_bb, then_prob,
5594 profile_probability then_prob, else_prob;
5644 then_prob = else_prob.invert ();
5647 if (else_prob > then_prob)
5468 profile_probability then_prob; local
5588 profile_probability then_prob, else_prob; local
ifcvt.cc 5474 profile_probability then_prob;
5523 then_prob = then_edge->probability.invert ();
5527 if (! cheap_bb_rtx_cost_p (then_bb, then_prob,
5594 profile_probability then_prob, else_prob;
5644 then_prob = else_prob.invert ();
5647 if (else_prob > then_prob)
5468 profile_probability then_prob; local
5588 profile_probability then_prob, else_prob; local

Completed in 92 milliseconds