Home
last modified time | relevance | path

Searched defs:haifa_sched_info (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-int.h542 struct haifa_sched_info struct
546 void (*init_ready_list) (void);
551 int (*schedule_more_p) (void);
557 ds_t (*new_ready) (rtx, ds_t);
561 int (*rank) (rtx, rtx);
576 rtx prev_head, next_tail;
580 rtx head, tail;
586 int sched_max_insns_priority;
612 void *(*save_state) (void);
615 void (*restore_state) (void *);
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h580 struct haifa_sched_info struct
584 void (*init_ready_list) (void);
589 int (*schedule_more_p) (void);
595 ds_t (*new_ready) (rtx_insn *, ds_t);
599 int (*rank) (rtx_insn *, rtx_insn *);
614 rtx_insn *prev_head, *next_tail;
618 rtx_insn *head, *tail;
624 int sched_max_insns_priority;
650 void *(*save_state) (void);
653 void (*restore_state) (void *);
[all …]