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

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 1140 #define DEP_OUTPUT (DEP_TRUE << 1)
1141 #define DEP_ANTI (DEP_OUTPUT << 1)
1144 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI | DEP_CONTROL)
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 1138 #define DEP_OUTPUT (DEP_TRUE << 1)
1139 #define DEP_ANTI (DEP_OUTPUT << 1)
1142 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI | DEP_CONTROL)

Completed in 34 milliseconds