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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c3667 rtx_insn_list *cond_deps = NULL;
3674 cond_deps = concat_INSN_LIST (reg_last->sets, cond_deps);
3675 cond_deps = concat_INSN_LIST (reg_last->clobbers, cond_deps);
3676 cond_deps = concat_INSN_LIST (reg_last->implicit_sets, cond_deps);
3678 INSN_COND_DEPS (insn) = cond_deps;
3658 rtx_insn_list *cond_deps = NULL; local
H A Dsched-int.h749 rtx_insn_list *cond_deps; member in struct:_haifa_deps_insn_data
983 #define INSN_COND_DEPS(INSN) (HDID (INSN)->cond_deps)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc3652 rtx_insn_list *cond_deps = NULL;
3659 cond_deps = concat_INSN_LIST (reg_last->sets, cond_deps);
3660 cond_deps = concat_INSN_LIST (reg_last->clobbers, cond_deps);
3661 cond_deps = concat_INSN_LIST (reg_last->implicit_sets, cond_deps);
3663 INSN_COND_DEPS (insn) = cond_deps;
3643 rtx_insn_list *cond_deps = NULL; local
H A Dsched-int.h749 rtx_insn_list *cond_deps; member in struct:_haifa_deps_insn_data
983 #define INSN_COND_DEPS(INSN) (HDID (INSN)->cond_deps)

Completed in 272 milliseconds