Searched refs:split_stores (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 3286 vec<split_store *> *split_stores, in split_group() argument 3315 if (split_stores) in split_group() 3328 split_stores->safe_push (store); in split_group() 3383 if (split_stores) in split_group() 3390 split_stores->safe_push (store); in split_group() 3533 if (split_stores) in split_group() 3552 split_stores->safe_push (store); in split_group() 3568 FOR_EACH_VEC_ELT (*split_stores, i, store) in split_group() 3588 FOR_EACH_VEC_ELT (*split_stores, i, store) in split_group() 3729 auto_vec<class split_store *, 32> split_stores; in output_merged_store() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 3622 vec<split_store *> *split_stores, in split_group() argument 3652 if (split_stores) in split_group() 3665 split_stores->safe_push (store); in split_group() 3720 if (split_stores) in split_group() 3727 split_stores->safe_push (store); in split_group() 3870 if (split_stores) in split_group() 3889 split_stores->safe_push (store); in split_group() 3905 FOR_EACH_VEC_ELT (*split_stores, i, store) in split_group() 3925 FOR_EACH_VEC_ELT (*split_stores, i, store) in split_group() 4122 auto_vec<class split_store *, 32> split_stores; in output_merged_store() local [all …]
|
H A D | ChangeLog-2017 | 9584 Change split_stores argument from reference to pointer, if NULL, 9595 split_stores.length (). Use 32-bit stack allocated entries 9596 in split_stores auto_vec. Try to reuse original store lhs/rhs1
|
H A D | ChangeLog-2019 | 6274 a clobber covering the whole area and split_stores cover the whole 6275 area, consider equal number of stmts ok. Punt if split_stores
|