Searched refs:new_ready (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-rgn.cc | 2074 static ds_t new_ready (rtx_insn *, ds_t); 2213 new_ready (rtx_insn *next, ds_t ts) in new_ready() function 2382 new_ready,
|
H A D | sched-int.h | 598 ds_t (*new_ready) (rtx_insn *, ds_t); member
|
H A D | haifa-sched.cc | 7572 else if (current_sched_info->new_ready) in try_ready() 7573 new_ts = current_sched_info->new_ready (next, new_ts); in try_ready()
|
H A D | ChangeLog.dataflow | 3810 * sched-ebb.c (init_ready_list, can_schedule_ready_p, new_ready, 3825 * sched-int.h (init_ready_list, can_schedule_ready_p, new_ready, 3829 update_live, init_ready_list, can_schedule_ready_p, new_ready,
|
H A D | ChangeLog-2006 | 8206 * sched-rgn.c (new_ready): Ditto. 16367 * sched-int.h (struct sched_info): Change signature of new_ready field, 16481 (new_ready): Add support for BEGIN_CONTROL speculation. 16508 * sched-ebb.c (new_ready): Remove. Adjust ebb_sched_info.
|
H A D | ChangeLog-2002 | 23694 (new_ready): Similarly.. 23911 * sched-rgn.c (init_ready_list, new_ready, debug_dependencies): 24005 (init_ready_list, new_ready, debug_dependencies): Add new code for
|
H A D | ChangeLog-2008 | 7691 (new_ready): Use sched_deps_info. Simplify. 11677 * sched-rgn.c (new_ready): Check if instruction can be
|
H A D | ChangeLog-2000 | 1733 can_schedule_ready_p, new_ready, schedule_more_p, rgn_print_insn, 1826 (init_ready_list, can_schedule_ready_p, new_ready, schedule_more_p,
|
H A D | ChangeLog-2014 | 23985 "can_schedule_ready_p"'s param, for first param of "new_ready" 24237 (new_ready): Likewise for param "next".
|
H A D | ChangeLog-2001 | 12705 (init_ready_list, new_ready, debug_dependencies): Add new code for
|
H A D | ChangeLog-2012 | 10556 (new_ready): Don't set HARD_DEP, use DEP_POSTPONED.
|
H A D | ChangeLog-2007 | 11482 (new_ready): Try to use control speculation only if it is available.
|
H A D | ChangeLog-2019 | 5652 (new_ready): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-rgn.c | 2074 static ds_t new_ready (rtx_insn *, ds_t); 2213 new_ready (rtx_insn *next, ds_t ts) in new_ready() function 2382 new_ready,
|
H A D | sched-int.h | 598 ds_t (*new_ready) (rtx_insn *, ds_t); member
|
H A D | haifa-sched.c | 7567 else if (current_sched_info->new_ready) in try_ready() 7568 new_ts = current_sched_info->new_ready (next, new_ts); in try_ready()
|