Lines Matching defs:split_stores
3605 /* Split a merged store described by GROUP by populating the SPLIT_STORES
3617 If SPLIT_STORES is NULL, it is just a dry run to count number of
3623 vec<split_store *> *split_stores,
3653 if (split_stores)
3666 split_stores->safe_push (store);
3721 if (split_stores)
3728 split_stores->safe_push (store);
3871 if (split_stores)
3890 split_stores->safe_push (store);
3906 FOR_EACH_VEC_ELT (*split_stores, i, store)
3926 FOR_EACH_VEC_ELT (*split_stores, i, store)
4123 auto_vec<class split_store *, 32> split_stores;
4127 &split_stores, &total_orig, &total_new);
4132 split_stores.length () == orig_num_stmts. */
4143 FOR_EACH_VEC_ELT (split_stores, i, split_store)
4155 if (split_stores.length () >= orig_num_stmts + clobber_first)
4163 FOR_EACH_VEC_ELT (split_stores, i, split_store)
4176 split_stores, i, split_store)
4183 FOR_EACH_VEC_ELT (split_stores, i, split_store)
4191 unsigned int cnt = split_stores.length ();
4204 FOR_EACH_VEC_ELT (split_stores, i, split_store)
4339 FOR_EACH_VEC_ELT (split_stores, i, split_store)
4688 if (i < split_stores.length () - 1)
4698 FOR_EACH_VEC_ELT (split_stores, i, split_store)
4706 split_stores.length (), orig_num_stmts);