Searched refs:init_dep_1 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-int.h261 extern void init_dep_1 (dep_t, rtx_insn *, rtx_insn *, enum reg_note, ds_t);
H A Dsched-deps.c95 init_dep_1 (dep_t dep, rtx_insn *pro, rtx_insn *con, enum reg_note type, ds_t ds)
121 init_dep_1 (dep, pro, con, kind, ds);
1857 init_dep_1 (dep, pending_insn, cur_insn, ds_to_dt (ds),
94 init_dep_1 (dep_t dep, rtx_insn *pro, rtx_insn *con, enum reg_note type, ds_t ds) function
H A Dhaifa-sched.c7935 init_dep_1 (new_dep, twin, consumer, DEP_TYPE (dep), ds);
8480 init_dep_1 (new_dep, pro, check, DEP_TYPE (dep), ds);
8576 init_dep_1 (new_dep, insn, check, REG_DEP_TRUE, DEP_TRUE | DEP_OUTPUT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-int.h261 extern void init_dep_1 (dep_t, rtx_insn *, rtx_insn *, enum reg_note, ds_t);
H A Dsched-deps.cc95 init_dep_1 (dep_t dep, rtx_insn *pro, rtx_insn *con, enum reg_note type, ds_t ds)
121 init_dep_1 (dep, pro, con, kind, ds);
1857 init_dep_1 (dep, pending_insn, cur_insn, ds_to_dt (ds),
94 init_dep_1 (dep_t dep, rtx_insn *pro, rtx_insn *con, enum reg_note type, ds_t ds) function
H A Dhaifa-sched.cc7940 init_dep_1 (new_dep, twin, consumer, DEP_TYPE (dep), ds);
8485 init_dep_1 (new_dep, pro, check, DEP_TYPE (dep), ds);
8581 init_dep_1 (new_dep, insn, check, REG_DEP_TRUE, DEP_TRUE | DEP_OUTPUT);

Completed in 278 milliseconds