Home
last modified time | relevance | path

Searched refs:PROFILE_GUESSED (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDcfg.h29 PROFILE_GUESSED, enumerator
HDcfghooks.c151 if (profile_status_for_fn (cfun) >= PROFILE_GUESSED in verify_flow_info()
168 if (profile_status_for_fn (cfun) >= PROFILE_GUESSED in verify_flow_info()
HDcfgbuild.c730 && profile_status_for_fn (cfun) < PROFILE_GUESSED)) in find_many_sub_basic_blocks()
HDpredict.c3338 = (flag_guess_branch_prob ? PROFILE_GUESSED : PROFILE_ABSENT); in drop_profile()
3831 if (profile_status_for_fn (cfun) == PROFILE_GUESSED) in execute()
3853 profile_status_for_fn (fun) = PROFILE_GUESSED; in execute()
3989 if (profile_status_for_fn (cfun) == PROFILE_GUESSED) in rebuild_frequencies()
HDcgraphunit.c2032 ? PROFILE_READ : PROFILE_GUESSED; in expand_thunk()
HDcfgrtl.c5084 else if (profile_status_for_fn (cfun) == PROFILE_GUESSED) in rtl_account_profile_record()
HDtree-cfg.c8985 else if (profile_status_for_fn (cfun) == PROFILE_GUESSED) in gimple_account_profile_record()
/dragonfly/contrib/gcc-4.7/gcc/
HDpredict.c455 || (profile_status == PROFILE_GUESSED in probability_reliable_p()
525 gcc_assert (profile_status != PROFILE_GUESSED); in gimple_predict_edge()
1826 profile_status = PROFILE_GUESSED; in tree_estimate_probability_driver()
2389 if (profile_status == PROFILE_GUESSED) in rebuild_frequencies()
HDbasic-block.h295 PROFILE_GUESSED, enumerator