Searched refs:USE_DEPS_LIST (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h500 USE_DEPS_LIST = 1, enumerator in enum:SCHED_FLAGS
503 Requires USE_DEPS_LIST set. */
504 DO_SPECULATION = USE_DEPS_LIST << 1,
H A Dsched-deps.c297 if (!(current_sched_info->flags & USE_DEPS_LIST))
381 if (current_sched_info->flags & USE_DEPS_LIST)
419 && !(current_sched_info->flags & USE_DEPS_LIST))
438 if ((current_sched_info->flags & USE_DEPS_LIST)
460 if (!(current_sched_info->flags & USE_DEPS_LIST))
522 if (current_sched_info->flags & USE_DEPS_LIST)
539 if (!(current_sched_info->flags & USE_DEPS_LIST))
621 if (!(current_sched_info->flags & USE_DEPS_LIST))
1667 if (!(current_sched_info->flags & USE_DEPS_LIST))
H A Dhaifa-sched.c1175 if (current_sched_info->flags & USE_DEPS_LIST)
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6725 *flags |= USE_DEPS_LIST | DETACH_LIFE_INFO | DO_SPECULATION;

Completed in 189 milliseconds