Searched refs:ds_max_merge (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-int.h | 1368 extern ds_t ds_max_merge (ds_t, ds_t);
|
H A D | sel-sched-ir.cc | 1533 phist->spec_ds = ds_max_merge (phist->spec_ds, spec_ds); in insert_in_history_vect() 1772 EXPR_SPEC_DONE_DS (to) = ds_max_merge (old_to_ds, old_from_ds); in update_speculative_bits()
|
H A D | sched-deps.cc | 4432 ds_max_merge (ds_t ds1, ds_t ds2) in ds_max_merge() function
|
H A D | ChangeLog-2008 | 7561 (ds_full_merge, ds_max_merge, ds_get_speculation_types): New functions. 7631 estimate_dep_weak, ds_full_merge, ds_max_merge, ds_weak,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-int.h | 1368 extern ds_t ds_max_merge (ds_t, ds_t);
|
H A D | sel-sched-ir.c | 1533 phist->spec_ds = ds_max_merge (phist->spec_ds, spec_ds); in insert_in_history_vect() 1772 EXPR_SPEC_DONE_DS (to) = ds_max_merge (old_to_ds, old_from_ds); in update_speculative_bits()
|
H A D | sched-deps.c | 4449 ds_max_merge (ds_t ds1, ds_t ds2) in ds_max_merge() function
|