HomeSort by: relevance | last modified time | path
    Searched defs:present_dep (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 1232 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
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 1232 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 37 milliseconds