Searched refs:can_schedule_ready_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h148 int (*can_schedule_ready_p) (rtx); member in struct:sched_info
H A Dsched-rgn.c1931 static int can_schedule_ready_p (rtx);
2032 can_schedule_ready_p (rtx insn)
2043 /* Updates counter and other information. Split from can_schedule_ready_p ()
2045 can_schedule_ready_p () differs from the one passed to
2198 can_schedule_ready_p,
2030 can_schedule_ready_p (rtx insn) function
H A Dhaifa-sched.c2477 current_sched_info->can_schedule_ready_p, hence, won't
2522 if (current_sched_info->can_schedule_ready_p
2523 && ! (*current_sched_info->can_schedule_ready_p) (insn))
3064 (the same case as when discarded by can_schedule_ready_p ()). */
3119 (the same case as when discarded by can_schedule_ready_p ()). */

Completed in 111 milliseconds