Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraphbuild.c226 if (profile_status_for_function (DECL_STRUCT_FUNCTION (decl)) == PROFILE_ABSENT) in compute_call_stmt_bb_frequency()
H A Dbasic-block.h350 #define profile_status_for_function(FN) ((FN)->cfg->x_profile_status) macro
H A Dlto-streamer-in.c624 profile_status_for_function (fn) = streamer_read_enum (ib, profile_status_d, in input_cfg()
H A Dlto-streamer-out.c641 profile_status_for_function (fn)); in output_cfg()
H A Dtree-inline.c1718 && profile_status_for_function (cfun) != PROFILE_ABSENT in copy_bb()
2121 profile_status_for_function (cfun) = profile_status_for_function (src_cfun); in initialize_cfun()
H A Dtree-cfg.c136 profile_status_for_function (fn) = PROFILE_ABSENT; in init_empty_tree_cfg_for_function()