Home
last modified time | relevance | path

Searched refs:profile_hooks (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDvalue-prof.h77 struct profile_hooks { struct
106 extern struct profile_hooks tree_profile_hooks; argument
HDprofile.c73 static struct profile_hooks* profile_hooks; variable
155 (profile_hooks->gen_edge_profiler) (num_instr_edges++, e); in instrument_edges()
204 (profile_hooks->gen_interval_profiler) (hist, t, 0); in instrument_values()
208 (profile_hooks->gen_pow2_profiler) (hist, t, 0); in instrument_values()
212 (profile_hooks->gen_one_value_profiler) (hist, t, 0); in instrument_values()
216 (profile_hooks->gen_const_delta_profiler) (hist, t, 0); in instrument_values()
1036 profile_hooks->init_edge_profiler (); in branch_prob()
1232 profile_hooks = &tree_profile_hooks; in tree_register_profile_hooks()
HDtree-profile.c297 struct profile_hooks tree_profile_hooks =
HDChangeLog.tree-ssa1787 (profile_hooks): New.
1847 (struct profile_hooks): New declaration.
HDChangeLog-20047130 * value-prof.h (profile_hooks) init_edge_profiler prototype added.
15835 (struct profile_hooks): Type of argument of the hooks changed to
33755 (profile_hooks): New.
34105 (struct profile_hooks): New declaration.
HDChangeLog-200612632 * value-prof.h (struct profile_hooks): Remove profile_dump_file.