Searched refs:flist_t (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-dump.h218 extern void dump_flist (flist_t);
H A Dsel-sched-ir.h331 typedef _list_t flist_t; typedef
338 flist_t head;
339 flist_t *tailp;
843 extern flist_t fences;
1525 extern fence_t flist_lookup (flist_t, insn_t);
1526 extern void flist_clear (flist_t *);
1541 extern void move_fence_to_fences (flist_t, flist_tail_t);
H A Dsel-sched.c478 flist_t fences;
647 extract_new_fences_from (flist_t old_fences, flist_tail_t new_fences,
7372 schedule_on_fences (flist_t fences, int max_seqno,
7375 flist_t old_fences = fences;
7389 flist_t fences2;
7435 find_min_max_seqno (flist_t fences, int *min_seqno, int *max_seqno)
7452 static flist_t
7453 calculate_new_fences (flist_t fences, int orig_max_seqno, int *ptime)
7455 flist_t old_fences = fences;
H A Dsel-sched-dump.c533 dump_flist (flist_t l)
H A Dsel-sched-ir.c257 flist_lookup (flist_t l, insn_t insn)
281 flist_add (flist_t *lp, insn_t insn, state_t state, deps_t dc, void *tc,
320 flist_remove (flist_t *lp)
329 flist_clear (flist_t *lp)
856 move_fence_to_fences (flist_t old_fences, flist_tail_t new_fences)
859 flist_t *tailp = FLIST_TAIL_TAILP (new_fences);

Completed in 133 milliseconds