Searched refs:apply_scale (Results 1 - 25 of 86) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.c384 e->count = e->count.apply_scale (to, orig_count);
386 e->count = e->count.apply_scale (to, orig_count);
632 srccount = srccount.apply_scale (srcnum, srcden);
634 dstbb->count = dstbb->count.apply_scale (dstnum, dstden);
H A Dipa-inline-transform.c69 e->count = e->count.apply_scale (num, den);
72 e->count = e->count.apply_scale (num, den);
73 node->count = node->count.apply_scale (num, den);
718 bb->count = bb->count.apply_scale (num, den);
H A Dtree-ssa-sink.c230 && !(best_bb->count.apply_scale (100, 1)
231 >= early_bb->count.apply_scale (threshold, 1)))
H A Dprofile-count.h188 profile_probability r = guessed_always ().apply_scale (1, 2000);
196 profile_probability r = guessed_always ().apply_scale (1, 5);
203 return guessed_always ().apply_scale (1, 2);
530 profile_probability apply_scale (int64_t num, int64_t den) const function
1073 profile_count apply_scale (int64_t num, int64_t den) const function
1089 profile_count apply_scale (profile_count num, profile_count den) const function
H A Dtree-switch-conversion.c1165 = profile_probability::always ().apply_scale ((intptr_t)case_edge->aux,
1171 += profile_probability::always ().apply_scale (nondefault_range,
1630 prob = profile_probability::always ().apply_scale (test[k].bits,
1744 = case_edge->probability.apply_scale (1, (intptr_t) (case_edge->aux));
2028 profile_probability pivot_prob = prob.apply_scale (1, 2);
2231 + default_prob.apply_scale (1, 2))
2235 default_prob = default_prob.apply_scale (1, 2);
2264 p = (default_prob.apply_scale (1, 2)
2268 default_prob = default_prob.apply_scale (1, 2);
2291 p = (default_prob.apply_scale (
[all...]
H A Dbasic-block.h306 gcov_type values via apply_probability() and apply_scale(). */
591 apply_scale (gcov_type freq, gcov_type scale)
602 return apply_scale (freq, prob);
590 apply_scale (gcov_type freq, gcov_type scale) function
H A Dgimple-streamer-in.c268 = bb->count.apply_scale (count_materialization_scale, REG_BR_PROB_BASE);
H A Dbb-reorder.c300 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000);
689 > best_edge->dest->count.apply_scale (4, 5))
765 && (e->dest->count.apply_scale (2, 1)
948 profile_probability diff_prob = best_prob.apply_scale (1, 10);
970 profile_count diff_count = best_count.apply_scale (1, 10);
1084 count_threshold = max_entry_count.apply_scale (DUPLICATION_THRESHOLD, 1000);
H A Dloop-unroll.c1000 iter_count = new_count = swtch->count.apply_scale (1, max_unroll + 1);
1017 p = profile_probability::always ().apply_scale (1, i + 2);
1043 p = profile_probability::always ().apply_scale (1, max_unroll + 1);
1048 iter_count = swtch->count.apply_scale (1, max_unroll + 1);
H A Dipa-inline-analysis.c252 && (edge->count.ipa ().apply_scale (2, 1)
H A Dpredict.c173 && count < (ENTRY_BLOCK_PTR_FOR_FN (fun)->count.apply_scale (2, 3)))
175 if (count.apply_scale (param_hot_bb_frequency_fraction, 1)
222 if (count.apply_scale (unlikely_frac, 1) >= profile_info->runs)
882 .apply_scale (unlikely_count, 1);
886 e->probability = remainder.apply_scale (1, count);
905 e->probability = all.apply_scale (1, scale);
3567 && call_count.apply_scale (unlikely_frac, 1) >= profile_info->runs)
3633 (cfun)->count.apply_scale (threshold, 1);
4405 e->src->count = e->count ().apply_scale (new_frequency,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-inline-transform.cc73 e->count = e->count.apply_scale (num, den);
76 e->count = e->count.apply_scale (num, den);
77 node->count = node->count.apply_scale (num, den);
771 bb->count = bb->count.apply_scale (num, den);
H A Dsymtab-thunks.cc582 then_bb->count = cfg_count - cfg_count.apply_scale (1, 16);
586 else_bb->count = cfg_count.apply_scale (1, 16);
598 .apply_scale (1, 16);
601 .apply_scale (1, 16);
H A Dipa-utils.cc384 e->count = e->count.apply_scale (to, orig_count);
386 e->count = e->count.apply_scale (to, orig_count);
632 srccount = srccount.apply_scale (srcnum, srcden);
634 dstbb->count = dstbb->count.apply_scale (dstnum, dstden);
H A Dprofile-count.h188 profile_probability r = guessed_always ().apply_scale (1, 2000);
196 profile_probability r = guessed_always ().apply_scale (1, 5);
203 return guessed_always ().apply_scale (1, 2);
530 profile_probability apply_scale (int64_t num, int64_t den) const function
1076 profile_count apply_scale (int64_t num, int64_t den) const function
1092 profile_count apply_scale (profile_count num, profile_count den) const function
H A Dtree-switch-conversion.cc1163 = profile_probability::always ().apply_scale ((intptr_t)case_edge->aux,
1169 += profile_probability::always ().apply_scale (nondefault_range,
1672 prob = profile_probability::always ().apply_scale (test[k].bits,
1786 = case_edge->probability.apply_scale (1, (intptr_t) (case_edge->aux));
2065 profile_probability pivot_prob = prob.apply_scale (1, 2);
2268 + default_prob.apply_scale (1, 2))
2272 default_prob = default_prob.apply_scale (1, 2);
2301 p = (default_prob.apply_scale (1, 2)
2305 default_prob = default_prob.apply_scale (1, 2);
2328 p = (default_prob.apply_scale (
[all...]
H A Dbasic-block.h306 gcov_type values via apply_probability() and apply_scale(). */
591 apply_scale (gcov_type freq, gcov_type scale)
602 return apply_scale (freq, prob);
590 apply_scale (gcov_type freq, gcov_type scale) function
H A Dtree-ssa-sink.cc233 && !(best_bb->count.apply_scale (100, 1)
234 >= early_bb->count.apply_scale (threshold, 1)))
H A Dgimple-streamer-in.cc268 = bb->count.apply_scale (count_materialization_scale, REG_BR_PROB_BASE);
H A Dtree-ssa-loop-manip.cc1265 .apply_scale (PROB_UNROLLED_LOOP_ENTERED, 100);
1425 .apply_scale (1, new_est_niter + 1);
1467 = (in_count.apply_scale (new_est_niter + 1, 1));
1506 .apply_scale (1, new_est_niter + 1);
H A Dipa-cp.cc816 if (stats.count_sum > node->count.ipa ().apply_scale (90, 100))
4655 = (redist_sum.apply_scale (1, self_gen_clones.length ())
4662 cs->count = cs->count.apply_scale (new_count, orig_count);
4666 cs->count = cs->count.apply_scale (new_count, orig_count);
4688 e->count = e->count.apply_scale (1, den);
4717 = desc.count.apply_scale (1, desc.unproc_orig_rec_edges);
4831 = MAX(MIN (unexp.apply_scale (new_sum,
4833 unexp.apply_scale (limit_den - 1, limit_den)),
4834 unexp.apply_scale (new_nonrec_calls, limit_den));
4859 cs->count = cs->count.apply_scale (new_su
[all...]
H A Dbb-reorder.cc300 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000);
689 > best_edge->dest->count.apply_scale (4, 5))
765 && (e->dest->count.apply_scale (2, 1)
948 profile_probability diff_prob = best_prob.apply_scale (1, 10);
970 profile_count diff_count = best_count.apply_scale (1, 10);
1084 count_threshold = max_entry_count.apply_scale (DUPLICATION_THRESHOLD, 1000);
H A Dipa-inline-analysis.cc257 && (edge->count.ipa ().apply_scale (2, 1)
H A Dloop-unroll.cc981 iter_count = new_count = swtch->count.apply_scale (1, max_unroll + 1);
998 p = profile_probability::always ().apply_scale (1, i + 2);
1024 p = profile_probability::always ().apply_scale (1, max_unroll + 1);
1029 iter_count = swtch->count.apply_scale (1, max_unroll + 1);
H A Dpredict.cc173 && count < (ENTRY_BLOCK_PTR_FOR_FN (fun)->count.apply_scale (2, 3)))
175 if (count.apply_scale (param_hot_bb_frequency_fraction, 1)
222 if (count.apply_scale (unlikely_frac, 1) >= profile_info->runs)
920 .apply_scale (unlikely_count, 1);
924 e->probability = remainder.apply_scale (1, count);
943 e->probability = all.apply_scale (1, scale);
3626 && call_count.apply_scale (unlikely_frac, 1) >= profile_info->runs)
3692 (cfun)->count.apply_scale (threshold, 1);
4480 e->src->count = e->count ().apply_scale (new_frequency,

Completed in 198 milliseconds

1234