Searched refs:orig_stores (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3111 auto_vec<store_immediate_info *> orig_stores; variable
3125 orig_stores.create (0);
3326 find_constituent_stores (group, &store->orig_stores,
3387 store->orig_stores.safe_push (gstore);
3537 info = find_constituent_stores (group, &store->orig_stores,
3543 && (store->orig_stores.length () == 1
3570 total_new[0] -= count_multiple_uses (store->orig_stores[0]);
3592 /* If all orig_stores have certain bit_not_p set, then
3594 If some orig_stores have certain bit_not_p set, then
3597 FOR_EACH_VEC_ELT (store->orig_stores,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc3446 auto_vec<store_immediate_info *> orig_stores;
3460 orig_stores.create (0);
3663 find_constituent_stores (group, &store->orig_stores,
3724 store->orig_stores.safe_push (gstore);
3874 info = find_constituent_stores (group, &store->orig_stores,
3880 && (store->orig_stores.length () == 1
3907 total_new[0] -= count_multiple_uses (store->orig_stores[0]);
3929 /* If all orig_stores have certain bit_not_p set, then
3931 If some orig_stores have certain bit_not_p set, then
3934 FOR_EACH_VEC_ELT (store->orig_stores,
[all...]

Completed in 104 milliseconds