Searched refs:profile_status (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dpredict.c200 return (profile_status == PROFILE_READ
201 || (profile_status == PROFILE_GUESSED
273 gcc_assert (profile_status != PROFILE_GUESSED);
1377 if (profile_status == PROFILE_ABSENT)
1378 profile_status = PROFILE_GUESSED;
H A Dcfgbuild.c563 profile_status = PROFILE_ABSENT;
783 if (profile_status != PROFILE_ABSENT)
H A Dbasic-block.h385 enum profile_status { enum
412 #define profile_status (cfun->cfg->x_profile_status) macro
H A Dprofile.c558 else if (profile_status == PROFILE_ABSENT)
1057 profile_status = PROFILE_READ;
H A Dcfg.c441 if (profile_status == PROFILE_ABSENT)
H A Dcfgexpand.c51 if (profile_status == PROFILE_ABSENT)
H A Dcfgrtl.c1838 && profile_status != PROFILE_ABSENT)
H A Dtree-cfg.c131 profile_status = PROFILE_ABSENT;

Completed in 215 milliseconds