Searched refs:after_stall_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h315 BOOL_BITFIELD after_stall_p : 1; member in struct:_fence
327 #define FENCE_AFTER_STALL_P(F) ((F)->after_stall_p)
764 BOOL_BITFIELD after_stall_p : 1;
802 #define INSN_AFTER_STALL_P(INSN) (SID (INSN)->after_stall_p)
756 BOOL_BITFIELD after_stall_p : 1; member in struct:_sel_insn_data
H A Dsel-sched-ir.c271 bool starts_cycle_p, bool after_stall_p)
286 FENCE_AFTER_STALL_P (f) = after_stall_p;
632 1 /* starts_cycle_p */, 0 /* after_stall_p */);
650 rtx sched_next, int cycle, int issue_more, bool after_stall_p)
801 if (after_stall_p)
817 bool starts_cycle_p, bool after_stall_p)
826 issue_rate, starts_cycle_p, after_stall_p);
835 sched_next, cycle, issue_rate, after_stall_p);
855 old->after_stall_p);
4094 && !ssid->after_stall_p
264 flist_add(flist_t *lp, insn_t insn, state_t state, deps_t dc, void *tc, insn_t last_scheduled_insn, VEC(rtx,gc) *executing_insns, int *ready_ticks, int ready_ticks_size, insn_t sched_next, int cycle, int cycle_issued_insns, int issue_more, bool starts_cycle_p, bool after_stall_p) argument
639 merge_fences(fence_t f, insn_t insn, state_t state, deps_t dc, void *tc, rtx last_scheduled_insn, VEC(rtx, gc) *executing_insns, int *ready_ticks, int ready_ticks_size, rtx sched_next, int cycle, int issue_more, bool after_stall_p) argument
805 add_to_fences(flist_tail_t new_fences, insn_t insn, state_t state, deps_t dc, void *tc, rtx last_scheduled_insn, VEC(rtx, gc) *executing_insns, int *ready_ticks, int ready_ticks_size, rtx sched_next, int cycle, int cycle_issued_insns, int issue_rate, bool starts_cycle_p, bool after_stall_p) argument
819 issue_rate, starts_cycle_p, after_stall_p); local
[all...]

Completed in 169 milliseconds