Searched refs:profile_hooks (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dvalue-prof.h78 struct profile_hooks {
107 extern struct profile_hooks tree_profile_hooks;
77 struct profile_hooks { struct
H A Dprofile.c73 static struct profile_hooks* profile_hooks; variable in typeref:struct:profile_hooks
156 (profile_hooks->gen_edge_profiler) (num_instr_edges++, e);
205 (profile_hooks->gen_interval_profiler) (hist, t, 0);
209 (profile_hooks->gen_pow2_profiler) (hist, t, 0);
213 (profile_hooks->gen_one_value_profiler) (hist, t, 0);
217 (profile_hooks->gen_const_delta_profiler) (hist, t, 0);
1039 profile_hooks->init_edge_profiler ();
1238 profile_hooks = &tree_profile_hooks;
H A Dtree-profile.c298 struct profile_hooks tree_profile_hooks =

Completed in 57 milliseconds