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

  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 965 enum reg_note present_dep_type;
968 present_dep_type = REG_DEP_TRUE;
970 present_dep_type = REG_DEP_OUTPUT;
972 present_dep_type = REG_DEP_ANTI;
974 present_dep_type = REG_DEP_CONTROL;
979 if ((int) DEP_TYPE (dep) >= (int) present_dep_type)
960 enum reg_note present_dep_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 965 enum reg_note present_dep_type;
968 present_dep_type = REG_DEP_TRUE;
970 present_dep_type = REG_DEP_OUTPUT;
972 present_dep_type = REG_DEP_ANTI;
974 present_dep_type = REG_DEP_CONTROL;
979 if ((int) DEP_TYPE (dep) >= (int) present_dep_type)
960 enum reg_note present_dep_type; local

Completed in 26 milliseconds