Searched refs:profile_info (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dprofile.h57 extern const struct gcov_ctr_summary *profile_info;
H A Dprofile.c120 const struct gcov_ctr_summary *profile_info; variable in typeref:struct:gcov_ctr_summary
123 summary. Not initialized unless profile_info summary is non-NULL. */
254 /* Fill the working set information into the profile_info structure. */
262 if (!profile_info)
265 compute_working_sets (profile_info, gcov_working_sets);
297 if (!profile_info)
331 lineno_checksum, &profile_info);
337 if (dump_file && profile_info)
339 profile_info->runs, (unsigned) profile_info
[all...]
H A Dlto-cgraph.c735 if (profile_info)
740 gcc_assert (profile_info->runs);
741 streamer_write_uhwi_stream (ob->main_stream, profile_info->runs);
742 streamer_write_gcov_count_stream (ob->main_stream, profile_info->sum_max);
746 streamer_write_gcov_count_stream (ob->main_stream, profile_info->sum_all);
751 bp_pack_value (&bp, profile_info->histogram[h_ix].num_counters > 0, 1);
756 if (!profile_info->histogram[h_ix].num_counters)
759 profile_info->histogram[h_ix].num_counters);
761 profile_info->histogram[h_ix].min_value);
763 profile_info
[all...]
H A Dtracer.c269 if (profile_info && flag_branch_probabilities)
289 if (profile_info && flag_branch_probabilities)
H A Dauto-profile.c355 /* gcov_ctr_summary structure to store the profile_info. */
1568 profile_info = autofdo::afdo_profile_info;
1661 profile_info = NULL;
1675 const struct gcov_ctr_summary *saved_profile_info = profile_info;
1676 /* At early inline stage, profile_info is not set yet. We need to
1678 profile_info = autofdo::afdo_profile_info;
1680 profile_info = saved_profile_info;
H A Dpredict.c142 if (!profile_info
196 if (profile_info->runs >= count)
235 if (count * unlikely_count_fraction >= profile_info->runs)
262 if (computed_count >= profile_info->runs)
267 if ((!profile_info || !(opt_for_fn (fun->decl, flag_branch_probabilities)))
2726 && call_count > profile_info->runs)
2793 && (call_count * unlikely_count_fraction >= profile_info->runs))
H A Dsched-ebb.c646 if (profile_info && flag_branch_probabilities)
H A Dipa-profile.c362 if (profile_info
H A Dmodulo-sched.c1490 if (profile_info && flag_branch_probabilities)
1502 (int64_t) profile_info->sum_max);
1612 if (profile_info && flag_branch_probabilities)
1620 (int64_t) profile_info->sum_max);
H A Dlto-streamer.h595 struct gcov_ctr_summary GTY((skip)) profile_info;
H A Dpostreload-gcse.c1201 || ((! profile_info || ! flag_branch_probabilities
H A Dtree-ssa-loop-ivcanon.c918 if (profile_info)
H A Dloop-unroll.c236 if (profile_info)
H A Dsched-rgn.c493 if (profile_info && flag_branch_probabilities)
H A Dipa-inline.c1885 || (profile_info && flag_branch_probabilities));
H A Dcgraph.c2420 if (profile_info

Completed in 294 milliseconds