Searched refs:MIN_DEP_WEAK (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h418 #define MIN_DEP_WEAK 1 macro
422 #define NO_DEP_WEAK (MAX_DEP_WEAK + MIN_DEP_WEAK)
H A Dsched-deps.c1962 return MIN_DEP_WEAK;
1971 return MIN_DEP_WEAK;
2078 gcc_assert (MIN_DEP_WEAK <= ds && ds <= MAX_DEP_WEAK);
2087 gcc_assert (MIN_DEP_WEAK <= dw && dw <= MAX_DEP_WEAK);
2124 if (dw < MIN_DEP_WEAK)
2125 dw = MIN_DEP_WEAK;
H A Dhaifa-sched.c3574 if (res < MIN_DEP_WEAK)
3575 res = MIN_DEP_WEAK;

Completed in 72 milliseconds