Searched refs:ds_merge (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-int.h1369 extern ds_t ds_merge (ds_t, ds_t);
H A Dsched-deps.c1183 new_status = ds_merge (dep_status, ds);
4416 ds_merge (ds_t ds1, ds_t ds2)
4449 new_status = ds_merge (ds2, ds);
4406 ds_merge (ds_t ds1, ds_t ds2) function
H A Dhaifa-sched.c1252 new_ds = ds_merge (new_ds, ds);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-int.h1369 extern ds_t ds_merge (ds_t, ds_t);
H A Dsched-deps.cc1183 new_status = ds_merge (dep_status, ds);
4399 ds_merge (ds_t ds1, ds_t ds2)
4432 new_status = ds_merge (ds2, ds);
4389 ds_merge (ds_t ds1, ds_t ds2) function
H A Dhaifa-sched.cc1252 new_ds = ds_merge (new_ds, ds);

Completed in 309 milliseconds