Searched refs:types_ptr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c715 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr,
718 sd_list_types_def types = *types_ptr;
724 *types_ptr = types & ~SD_LIST_HARD_BACK;
730 *types_ptr = types & ~SD_LIST_SPEC_BACK;
736 *types_ptr = types & ~SD_LIST_FORW;
742 *types_ptr = types & ~SD_LIST_RES_BACK;
748 *types_ptr = types & ~SD_LIST_RES_FORW;
754 *types_ptr = SD_LIST_NONE;
710 sd_next_list(const_rtx insn, sd_list_types_def *types_ptr, deps_list_t *list_ptr, bool *resolved_p_ptr) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc715 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr,
718 sd_list_types_def types = *types_ptr;
724 *types_ptr = types & ~SD_LIST_HARD_BACK;
730 *types_ptr = types & ~SD_LIST_SPEC_BACK;
736 *types_ptr = types & ~SD_LIST_FORW;
742 *types_ptr = types & ~SD_LIST_RES_BACK;
748 *types_ptr = types & ~SD_LIST_RES_FORW;
754 *types_ptr = SD_LIST_NONE;
710 sd_next_list(const_rtx insn, sd_list_types_def *types_ptr, deps_list_t *list_ptr, bool *resolved_p_ptr) argument

Completed in 203 milliseconds