Home
last modified time | relevance | path

Searched refs:deps_t (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsel-sched-ir.cc198 blist_add (blist_t *lp, insn_t to, ilist_t ptr, deps_t dc) in blist_add()
259 flist_add (flist_t *lp, insn_t insn, state_t state, deps_t dc, void *tc, in flist_add()
433 copy_deps_context (deps_t to, deps_t from) in copy_deps_context()
440 static deps_t
447 static deps_t
450 deps_t dc = alloc_deps_context (); in create_deps_context()
457 static deps_t
458 create_copy_of_deps_context (deps_t from) in create_copy_of_deps_context()
460 deps_t to = alloc_deps_context (); in create_copy_of_deps_context()
468 clear_deps_context (deps_t dc) in clear_deps_context()
[all …]
Dsel-sched-ir.h225 deps_t dc;
266 deps_t dc;
1505 extern void blist_add (blist_t *, insn_t, ilist_t, deps_t);
1519 extern void advance_deps_context (deps_t, insn_t);
1595 extern int tick_check_p (expr_t, deps_t, fence_t);
Dsched-int.h576 typedef class deps_desc *deps_t; typedef
Dsel-sched.cc3692 deps_t dc = BND_DC (BLIST_BND (bnds)); in fill_vec_av_set()
DChangeLog-20087605 (deps_t): New.