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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c985 ds_t present_dep_types = 0;
988 present_dep_types |= DEP_TRUE;
990 present_dep_types |= DEP_OUTPUT;
992 present_dep_types |= DEP_ANTI;
994 present_dep_types |= DEP_CONTROL;
996 if (present_dep_types == 0)
1003 if ((present_dep_types | (DEP_STATUS (dep) & DEP_TYPES))
1004 == present_dep_types)
1012 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI))
1013 == present_dep_types);
980 ds_t present_dep_types = 0; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc985 ds_t present_dep_types = 0;
988 present_dep_types |= DEP_TRUE;
990 present_dep_types |= DEP_OUTPUT;
992 present_dep_types |= DEP_ANTI;
994 present_dep_types |= DEP_CONTROL;
996 if (present_dep_types == 0)
1003 if ((present_dep_types | (DEP_STATUS (dep) & DEP_TYPES))
1004 == present_dep_types)
1012 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI))
1013 == present_dep_types);
980 ds_t present_dep_types = 0; local
[all...]

Completed in 227 milliseconds