Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/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.c1952 return MIN_DEP_WEAK; in estimate_dep_weak()
1961 return MIN_DEP_WEAK; in estimate_dep_weak()
2068 gcc_assert (MIN_DEP_WEAK <= ds && ds <= MAX_DEP_WEAK); in get_dep_weak()
2077 gcc_assert (MIN_DEP_WEAK <= dw && dw <= MAX_DEP_WEAK); in set_dep_weak()
2114 if (dw < MIN_DEP_WEAK) in ds_merge()
2115 dw = MIN_DEP_WEAK; in ds_merge()
H A Dhaifa-sched.c3569 if (res < MIN_DEP_WEAK) in dep_weak()
3570 res = MIN_DEP_WEAK; in dep_weak()