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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h43 typedef int dw_t; typedef
252 dw_t weakness_cutoff;
628 extern dw_t get_dep_weak (ds_t, ds_t);
629 extern ds_t set_dep_weak (ds_t, ds_t, dw_t);
H A Dsched-deps.c115 static dw_t estimate_dep_weak (rtx, rtx);
403 dw_t dw;
1955 static dw_t
2065 dw_t
2079 return (dw_t) ds;
2085 set_dep_weak (ds_t ds, ds_t type, dw_t dw)
2127 ds = set_dep_weak (ds, t, (dw_t) dw);
H A Dhaifa-sched.c575 static dw_t dep_weak (ds_t);
842 dw_t dw1, dw2;
3549 static dw_t
3579 return (dw_t) res;

Completed in 71 milliseconds