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

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.c261 if (FENCE_INSN (FLIST_FENCE (l)) == insn)
262 return FLIST_FENCE (l);
290 f = FLIST_FENCE (*lp);
322 if (FENCE_INSN (FLIST_FENCE (*lp)))
323 fence_clear (FLIST_FENCE (*lp));
861 old = FLIST_FENCE (old_fences);
863 FENCE_INSN (FLIST_FENCE (old_fences)));
876 *FLIST_FENCE (*tailp) = *old;
877 init_fence_for_scheduling (FLIST_FENCE (*tailp));
H A Dsel-sched-dump.c537 dump_insn_1 (FENCE_INSN (FLIST_FENCE (l)), dump_flist_insn_flags);
H A Dsel-sched.c655 fence_t fence = FLIST_FENCE (old_fences);
7400 fence_t f = FLIST_FENCE (fences2);
7437 *min_seqno = *max_seqno = INSN_SEQNO (FENCE_INSN (FLIST_FENCE (fences)));
7442 int seqno = INSN_SEQNO (FENCE_INSN (FLIST_FENCE (fences)));
7462 fence_t fence = FLIST_FENCE (fences);
H A Dsel-sched-ir.h332 #define FLIST_FENCE(L) (&(L)->u.fence) macro

Completed in 185 milliseconds