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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c840 sd_list_types_def con_list_type;
848 con_list_type = SD_LIST_RES_BACK;
853 con_list_type = SD_LIST_BACK;
858 if (sd_lists_size (con, con_list_type) < sd_lists_size (pro, pro_list_type))
861 FOR_EACH_DEP (con, con_list_type, sd_it, dep)
835 sd_list_types_def con_list_type; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc840 sd_list_types_def con_list_type;
848 con_list_type = SD_LIST_RES_BACK;
853 con_list_type = SD_LIST_BACK;
858 if (sd_lists_size (con, con_list_type) < sd_lists_size (pro, pro_list_type))
861 FOR_EACH_DEP (con, con_list_type, sd_it, dep)
835 sd_list_types_def con_list_type; local

Completed in 146 milliseconds