/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-inline.cc | 1249 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 D | cfgloopanal.cc | 285 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 D | postreload-gcse.cc | 1148 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 D | cfghooks.cc | 347 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 D | optinfo-emit-json.cc | 210 obj->set ("value", new json::integer_number (count.to_gcov_type ())); in profile_count_to_json()
|
H A D | predict.cc | 785 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 D | ipa-profile.cc | 330 bb->count.ipa ().to_gcov_type (), in ipa_profile_generate_summary()
|
H A D | profile-count.h | 779 gcov_type to_gcov_type () const in to_gcov_type() function
|
H A D | ipa-devirt.cc | 3883 (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 D | tree-ssa-loop-ivcanon.cc | 955 (int)loop->header->count.to_gcov_type ()); in try_unroll_loop_completely()
|
H A D | modulo-sched.cc | 1455 (int64_t) bb->count.to_gcov_type ()); in sms_schedule() 1584 (int64_t) bb->count.to_gcov_type ()); in sms_schedule()
|
H A D | gimple-pretty-print.cc | 101 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 D | ipa-inline.c | 1194 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 D | cfgloopanal.c | 285 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 D | postreload-gcse.c | 1147 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 D | optinfo-emit-json.cc | 210 obj->set ("value", new json::integer_number (count.to_gcov_type ())); in profile_count_to_json()
|
H A D | predict.c | 747 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 D | ipa-profile.c | 329 bb->count.ipa ().to_gcov_type (), in ipa_profile_generate_summary()
|
H A D | profile-count.h | 776 gcov_type to_gcov_type () const in to_gcov_type() function
|
H A D | ipa-devirt.c | 3859 (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 D | tree-ssa-loop-ivcanon.c | 957 (int)loop->header->count.to_gcov_type ()); in try_unroll_loop_completely()
|
H A D | cfghooks.c | 331 pp_printf (pp, "COUNT:" "%" PRId64, bb->count.to_gcov_type ()); in DEFINE_DEBUG_HASH_SET()
|
H A D | modulo-sched.c | 1454 (int64_t) bb->count.to_gcov_type ()); in sms_schedule() 1583 (int64_t) bb->count.to_gcov_type ()); in sms_schedule()
|
H A D | gimple-pretty-print.c | 100 count.to_gcov_type ()); in dump_profile() 103 count.to_gcov_type ()); in dump_profile()
|
H A D | loop-unroll.c | 208 (int)loop->header->count.to_gcov_type ()); in report_unroll()
|