Home
last modified time | relevance | path

Searched refs:PROFILE_UPDATE_ATOMIC (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.c128 = flag_profile_update == PROFILE_UPDATE_ATOMIC ? "_atomic" : ""; in gimple_init_gcov_profiler()
246 if (flag_profile_update == PROFILE_UPDATE_ATOMIC) in gimple_gen_edge_profiler()
517 if (flag_profile_update == PROFILE_UPDATE_ATOMIC) in gimple_gen_time_profiler()
708 if (flag_profile_update == PROFILE_UPDATE_ATOMIC in tree_profiling()
717 ? PROFILE_UPDATE_ATOMIC : PROFILE_UPDATE_SINGLE; in tree_profiling()
H A Dtree-profile.cc131 = flag_profile_update == PROFILE_UPDATE_ATOMIC ? "_atomic" : ""; in gimple_init_gcov_profiler()
249 if (flag_profile_update == PROFILE_UPDATE_ATOMIC) in gimple_gen_edge_profiler()
520 if (flag_profile_update == PROFILE_UPDATE_ATOMIC) in gimple_gen_time_profiler()
711 if (flag_profile_update == PROFILE_UPDATE_ATOMIC in tree_profiling()
720 ? PROFILE_UPDATE_ATOMIC : PROFILE_UPDATE_SINGLE; in tree_profiling()
H A Dcoretypes.h212 PROFILE_UPDATE_ATOMIC, enumerator
H A Dcommon.opt2218 Enum(profile_update) String(atomic) Value(PROFILE_UPDATE_ATOMIC)
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c128 = flag_profile_update == PROFILE_UPDATE_ATOMIC ? "_atomic" : ""; in gimple_init_gcov_profiler()
246 if (flag_profile_update == PROFILE_UPDATE_ATOMIC) in gimple_gen_edge_profiler()
517 if (flag_profile_update == PROFILE_UPDATE_ATOMIC) in gimple_gen_time_profiler()
708 if (flag_profile_update == PROFILE_UPDATE_ATOMIC in tree_profiling()
717 ? PROFILE_UPDATE_ATOMIC : PROFILE_UPDATE_SINGLE; in tree_profiling()
H A Dcoretypes.h211 PROFILE_UPDATE_ATOMIC, enumerator
H A Dcommon.opt2218 Enum(profile_update) String(atomic) Value(PROFILE_UPDATE_ATOMIC)