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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c1232 dep_t present_dep;
1235 present_dep = sd_find_dep_between_no_cache (DEP_PRO (new_dep),
1238 DEP_MULTIPLE (present_dep) = 1;
1260 dep_t present_dep;
1265 present_dep = sd_find_dep_between_no_cache (DEP_PRO (new_dep),
1269 if (present_dep != NULL)
1271 return update_dep (present_dep, new_dep, sd_it, mem1, mem2);
1227 dep_t present_dep; local
1255 dep_t present_dep; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc1232 dep_t present_dep;
1235 present_dep = sd_find_dep_between_no_cache (DEP_PRO (new_dep),
1238 DEP_MULTIPLE (present_dep) = 1;
1260 dep_t present_dep;
1265 present_dep = sd_find_dep_between_no_cache (DEP_PRO (new_dep),
1269 if (present_dep != NULL)
1271 return update_dep (present_dep, new_dep, sd_it, mem1, mem2);
1227 dep_t present_dep; local
1255 dep_t present_dep; local

Completed in 201 milliseconds