Home
last modified time | relevance | path

Searched refs:to_gcov_type (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.cc1249 numerator *= caller->count.ipa ().to_gcov_type (); in edge_badness()
1334 ? edge->count.ipa ().to_gcov_type () : -1, in edge_badness()
1336 ? caller->count.ipa ().to_gcov_type () : -1, in edge_badness()
1728 (double)curr->count.to_gcov_type () in recursive_inlining()
1729 / node->count.to_gcov_type ()); in recursive_inlining()
2524 sum_weighted += s->time * node->count.ipa ().to_gcov_type (); in dump_overall_stats()
2559 reason[(int) e->inline_failed][0] += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
2566 noninlined_virt_indir_cnt += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
2568 noninlined_virt_cnt += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
2573 noninlined_indir_cnt += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
[all …]
H A Dcfgloopanal.cc285 expected = count_latch.to_gcov_type () * 2; in expected_loop_iterations_unbounded()
289 expected = (count_latch.to_gcov_type () + count_in.to_gcov_type () in expected_loop_iterations_unbounded()
290 - 1) / count_in.to_gcov_type (); in expected_loop_iterations_unbounded()
H A Dpostreload-gcse.cc1148 if (ok_count.to_gcov_type () in eliminate_partially_redundant_load()
1149 < param_gcse_after_reload_partial_fraction * not_ok_count.to_gcov_type ()) in eliminate_partially_redundant_load()
1155 critical_count.to_gcov_type (), &threshold)) in eliminate_partially_redundant_load()
1160 * critical_count.to_gcov_type ()); in eliminate_partially_redundant_load()
1163 if (ok_count.to_gcov_type () < threshold) in eliminate_partially_redundant_load()
H A Dcfghooks.cc347 pp_printf (pp, "COUNT:" "%" PRId64, bb->count.to_gcov_type ()); in DEFINE_DEBUG_HASH_SET()
1499 += dsum * bb->count.ipa ().to_gcov_type (); in profile_record_check_consistency()
1529 += max.ipa ().to_gcov_type (); in profile_record_check_consistency()
H A Doptinfo-emit-json.cc210 obj->set ("value", new json::integer_number (count.to_gcov_type ())); in profile_count_to_json()
H A Dpredict.cc785 fprintf (file, " (%.1f%%)", e->count ().to_gcov_type() * 100.0 in dump_prediction()
786 / bb->count.to_gcov_type ()); in dump_prediction()
800 bb->count.to_gcov_type (), e->count ().to_gcov_type (), in dump_prediction()
H A Dipa-profile.cc330 bb->count.ipa ().to_gcov_type (), in ipa_profile_generate_summary()
H A Dprofile-count.h779 gcov_type to_gcov_type () const in to_gcov_type() function
H A Dipa-devirt.cc3883 (long long) dyn_count.to_gcov_type ()); in ipa_devirt()
3928 (long long)dyn_count.to_gcov_type ()); in ipa_devirt()
3939 (long long)dyn_count.to_gcov_type ()); in ipa_devirt()
H A Dtree-ssa-loop-ivcanon.cc955 (int)loop->header->count.to_gcov_type ()); in try_unroll_loop_completely()
H A Dmodulo-sched.cc1455 (int64_t) bb->count.to_gcov_type ()); in sms_schedule()
1584 (int64_t) bb->count.to_gcov_type ()); in sms_schedule()
H A Dgimple-pretty-print.cc101 count.to_gcov_type ()); in dump_profile()
104 count.to_gcov_type ()); in dump_profile()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-inline.c1194 numerator *= caller->count.ipa ().to_gcov_type (); in edge_badness()
1278 edge->count.ipa ().initialized_p () ? edge->count.ipa ().to_gcov_type () : -1, in edge_badness()
1279 caller->count.ipa ().initialized_p () ? caller->count.ipa ().to_gcov_type () : -1, in edge_badness()
1668 (double)curr->count.to_gcov_type () in recursive_inlining()
1669 / node->count.to_gcov_type ()); in recursive_inlining()
2459 sum_weighted += s->time * node->count.ipa ().to_gcov_type (); in dump_overall_stats()
2494 reason[(int) e->inline_failed][0] += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
2501 noninlined_virt_indir_cnt += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
2503 noninlined_virt_cnt += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
2508 noninlined_indir_cnt += e->count.ipa ().to_gcov_type (); in dump_inline_stats()
[all …]
H A Dcfgloopanal.c285 expected = count_latch.to_gcov_type () * 2; in expected_loop_iterations_unbounded()
289 expected = (count_latch.to_gcov_type () + count_in.to_gcov_type () in expected_loop_iterations_unbounded()
290 - 1) / count_in.to_gcov_type (); in expected_loop_iterations_unbounded()
H A Dpostreload-gcse.c1147 if (ok_count.to_gcov_type () in eliminate_partially_redundant_load()
1148 < param_gcse_after_reload_partial_fraction * not_ok_count.to_gcov_type ()) in eliminate_partially_redundant_load()
1154 critical_count.to_gcov_type (), &threshold)) in eliminate_partially_redundant_load()
1159 * critical_count.to_gcov_type ()); in eliminate_partially_redundant_load()
1162 if (ok_count.to_gcov_type () < threshold) in eliminate_partially_redundant_load()
H A Doptinfo-emit-json.cc210 obj->set ("value", new json::integer_number (count.to_gcov_type ())); in profile_count_to_json()
H A Dpredict.c747 fprintf (file, " (%.1f%%)", e->count ().to_gcov_type() * 100.0
748 / bb->count.to_gcov_type ());
762 bb->count.to_gcov_type (), e->count ().to_gcov_type (),
H A Dipa-profile.c329 bb->count.ipa ().to_gcov_type (), in ipa_profile_generate_summary()
H A Dprofile-count.h776 gcov_type to_gcov_type () const in to_gcov_type() function
H A Dipa-devirt.c3859 (long long) dyn_count.to_gcov_type ());
3904 (long long)dyn_count.to_gcov_type ());
3915 (long long)dyn_count.to_gcov_type ());
H A Dtree-ssa-loop-ivcanon.c957 (int)loop->header->count.to_gcov_type ()); in try_unroll_loop_completely()
H A Dcfghooks.c331 pp_printf (pp, "COUNT:" "%" PRId64, bb->count.to_gcov_type ()); in DEFINE_DEBUG_HASH_SET()
H A Dmodulo-sched.c1454 (int64_t) bb->count.to_gcov_type ()); in sms_schedule()
1583 (int64_t) bb->count.to_gcov_type ()); in sms_schedule()
H A Dgimple-pretty-print.c100 count.to_gcov_type ()); in dump_profile()
103 count.to_gcov_type ()); in dump_profile()
H A Dloop-unroll.c208 (int)loop->header->count.to_gcov_type ()); in report_unroll()

12