Searched refs:apply_scale (Results 51 - 75 of 86) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-tailcall.cc988 count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count.apply_scale (7, 8);
H A Dcgraph.cc2278 && count.ipa () < sum.apply_scale (99, 100))
2954 if (count.apply_scale (2, 1) < where->count.apply_scale (3, 1))
2957 else if (count.apply_scale (param_hot_bb_frequency_fraction , 1)
H A Dtree-ssa-loop-unswitch.cc892 ? guard->count ().apply_scale (pre_header->count,
H A Dmodulo-sched.cc1447 < single_exit (loop)->count ().apply_scale
1741 .apply_scale (PROB_SMS_ENOUGH_ITERATIONS, 100);
H A Dtree-ssa-loop-split.cc1467 if (prob < profile_probability::always ().apply_scale (thres, 100))
H A Dshrink-wrap.cc944 bb->count = bb->count.apply_scale (num, den);
H A Dtree-inline.cc2041 copy_basic_block->count = bb->count.apply_scale (num, den);
2581 new_bb->count -= old_edge->count ().apply_scale (num, den);
2852 ENTRY_BLOCK_PTR_FOR_FN (src_cfun)->count.apply_scale (count,
2855 EXIT_BLOCK_PTR_FOR_FN (src_cfun)->count.apply_scale (count,
H A Dtree-vect-loop-manip.cc2670 prob_vector = profile_probability::guessed_always ().apply_scale (9, 10);
2675 .apply_scale (estimated_vf - 1, estimated_vf);
2985 bbs[i]->count = bbs[i]->count.apply_scale
H A Dipa-split.cc454 < (ENTRY_BLOCK_PTR_FOR_FN (cfun)->count.apply_scale
H A Dcfgloop.cc623 || (tcount - mcount).apply_scale (HEAVY_EDGE_RATIO, 1) > tcount)
H A Dcfgrtl.cc1697 new_edge->probability = new_edge->probability.apply_scale (1, 2);
1698 jump_block->count = jump_block->count.apply_scale (1, 2);
H A Dtree-cfg.cc9757 = EXIT_BLOCK_PTR_FOR_FN (cfun)->count.apply_scale (num, den);
9763 bb->count = bb->count.apply_scale (num, den);
H A Dtree-vect-loop.cc9373 p = freq_e.apply_scale (new_est_niter + 1, 1).probability_in (freq_h);
9379 .apply_scale (1, new_est_niter + 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c1446 < single_exit (loop)->count ().apply_scale
1740 .apply_scale (PROB_SMS_ENOUGH_ITERATIONS, 100);
H A Dshrink-wrap.c933 bb->count = bb->count.apply_scale (num, den);
H A Dtree-ssa-loop-split.c1421 if (prob < profile_probability::always ().apply_scale (thres, 100))
H A Dtree-inline.c2016 copy_basic_block->count = bb->count.apply_scale (num, den);
2543 new_bb->count -= old_edge->count ().apply_scale (num, den);
2812 ENTRY_BLOCK_PTR_FOR_FN (src_cfun)->count.apply_scale (count,
2815 EXIT_BLOCK_PTR_FOR_FN (src_cfun)->count.apply_scale (count,
H A Dcfgloop.c624 || (tcount - mcount).apply_scale (HEAVY_EDGE_RATIO, 1) > tcount)
H A Dipa-split.c454 < (ENTRY_BLOCK_PTR_FOR_FN (cfun)->count.apply_scale
H A Dcfgrtl.c1693 new_edge->probability = new_edge->probability.apply_scale (1, 2);
1694 jump_block->count = jump_block->count.apply_scale (1, 2);
H A Dtree-ssa-loop-im.c1905 profile_probability cap = profile_probability::always ().apply_scale (2, 3);
H A Dtree-loop-distribution.c2725 prob = profile_probability::guessed_always ().apply_scale (9, 10);
H A Dtree-cfg.c9632 = EXIT_BLOCK_PTR_FOR_FN (cfun)->count.apply_scale (num, den);
9638 bb->count = bb->count.apply_scale (num, den);
H A Dtree-vect-loop.c8397 p = freq_e.apply_scale (new_est_niter + 1, 1).probability_in (freq_h);
8403 .apply_scale (1, new_est_niter + 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c2186 msw_taken_prob = prob.apply_scale (1, 2);
2187 msw_skip_prob = rev_prob.apply_scale (REG_BR_PROB_BASE,

Completed in 817 milliseconds

1234