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

  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 1131 /* Update DEP to incorporate information from NEW_DEP.
1136 update_dep (dep_t dep, dep_t new_dep,
1145 DEP_NONREG (dep) |= DEP_NONREG (new_dep);
1151 if ((int) DEP_TYPE (new_dep) < (int) old_type)
1153 DEP_TYPE (dep) = DEP_TYPE (new_dep);
1161 ds_t ds = DEP_STATUS (new_dep);
1215 add_or_update_dep_1 (dep_t new_dep, bool resolved_p,
1221 gcc_assert (INSN_P (DEP_PRO (new_dep)) && INSN_P (DEP_CON (new_dep))
1222 && DEP_PRO (new_dep) != DEP_CON (new_dep))
1413 dep_def _new_dep, *new_dep = &_new_dep; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 1131 /* Update DEP to incorporate information from NEW_DEP.
1136 update_dep (dep_t dep, dep_t new_dep,
1145 DEP_NONREG (dep) |= DEP_NONREG (new_dep);
1151 if ((int) DEP_TYPE (new_dep) < (int) old_type)
1153 DEP_TYPE (dep) = DEP_TYPE (new_dep);
1161 ds_t ds = DEP_STATUS (new_dep);
1215 add_or_update_dep_1 (dep_t new_dep, bool resolved_p,
1221 gcc_assert (INSN_P (DEP_PRO (new_dep)) && INSN_P (DEP_CON (new_dep))
1222 && DEP_PRO (new_dep) != DEP_CON (new_dep))
1413 dep_def _new_dep, *new_dep = &_new_dep; local
    [all...]

Completed in 18 milliseconds