Searched refs:MAX_DEP_WEAK (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dsched-int.h379 [0, MAX_DEP_WEAK] and 3 bits.
410 Note, that we don't want MAX_DEP_WEAK to be the same as DEP_WEAK_MASK for
413 #define MAX_DEP_WEAK (DEP_WEAK_MASK - 1) macro
422 #define NO_DEP_WEAK (MAX_DEP_WEAK + MIN_DEP_WEAK)
426 #define UNCERTAIN_DEP_WEAK (MAX_DEP_WEAK - MAX_DEP_WEAK / 4)
H A Dsched-ebb.c418 MAX_DEP_WEAK));
H A Dsched-deps.c2078 gcc_assert (MIN_DEP_WEAK <= ds && ds <= MAX_DEP_WEAK);
2087 gcc_assert (MIN_DEP_WEAK <= dw && dw <= MAX_DEP_WEAK);
2123 dw /= MAX_DEP_WEAK;
H A Dhaifa-sched.c2786 (PARAM_VALUE (PARAM_SCHED_SPEC_PROB_CUTOFF) * MAX_DEP_WEAK) / 100;
3572 res /= MAX_DEP_WEAK;
3577 gcc_assert (res <= MAX_DEP_WEAK);
H A Dsched-rgn.c2104 ts = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK);

Completed in 146 milliseconds