Searched refs:set_dep_weak (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c1180 ds = set_dep_weak (ds, BEGIN_DATA, dw);
1285 DEP_STATUS (new_dep) = set_dep_weak (DEP_STATUS (new_dep), BEGIN_DATA,
2693 ds_t ds = set_dep_weak (DEP_ANTI, BEGIN_CONTROL,
4344 set_dep_weak (ds_t ds, ds_t type, dw_t dw)
4401 ds = set_dep_weak (ds, t, (dw_t) dw);
4441 ds = set_dep_weak (ds, BEGIN_DATA, dw);
4530 ds = set_dep_weak (ds, BEGIN_DATA, MAX_DEP_WEAK);
4532 ds = set_dep_weak (ds, BE_IN_DATA, MAX_DEP_WEAK);
4534 ds = set_dep_weak (ds, BEGIN_CONTROL, MAX_DEP_WEAK);
4536 ds = set_dep_weak (d
4334 set_dep_weak (ds_t ds, ds_t type, dw_t dw) function
[all...]
H A Dsched-ebb.c438 DEP_STATUS (dep) = set_dep_weak (DEP_ANTI, BEGIN_CONTROL,
H A Dsched-int.h1029 the set_dep_weak() and get_dep_weak() in sched-deps.c. The values
1367 extern ds_t set_dep_weak (ds_t, ds_t, dw_t);
H A Dsched-rgn.c2243 new_ds = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK);
H A Dhaifa-sched.c8521 fs = set_dep_weak (fs, BE_IN_DATA, get_dep_weak (ts, BEGIN_DATA));
8523 fs = set_dep_weak (fs, BE_IN_CONTROL,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc1180 ds = set_dep_weak (ds, BEGIN_DATA, dw);
1285 DEP_STATUS (new_dep) = set_dep_weak (DEP_STATUS (new_dep), BEGIN_DATA,
2678 ds_t ds = set_dep_weak (DEP_ANTI, BEGIN_CONTROL,
4327 set_dep_weak (ds_t ds, ds_t type, dw_t dw)
4384 ds = set_dep_weak (ds, t, (dw_t) dw);
4424 ds = set_dep_weak (ds, BEGIN_DATA, dw);
4513 ds = set_dep_weak (ds, BEGIN_DATA, MAX_DEP_WEAK);
4515 ds = set_dep_weak (ds, BE_IN_DATA, MAX_DEP_WEAK);
4517 ds = set_dep_weak (ds, BEGIN_CONTROL, MAX_DEP_WEAK);
4519 ds = set_dep_weak (d
4317 set_dep_weak (ds_t ds, ds_t type, dw_t dw) function
[all...]
H A Dsched-ebb.cc438 DEP_STATUS (dep) = set_dep_weak (DEP_ANTI, BEGIN_CONTROL,
H A Dsched-int.h1029 the set_dep_weak() and get_dep_weak() in sched-deps.cc. The values
1367 extern ds_t set_dep_weak (ds_t, ds_t, dw_t);
H A Dsched-rgn.cc2243 new_ds = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK);
H A Dhaifa-sched.cc8526 fs = set_dep_weak (fs, BE_IN_DATA, get_dep_weak (ts, BEGIN_DATA));
8528 fs = set_dep_weak (fs, BE_IN_CONTROL,

Completed in 371 milliseconds