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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3287 unsigned *total_orig,
3307 if (total_orig)
3312 total_orig[0] = 2;
3337 if (total_orig)
3343 total_orig[0] = 1; /* The orig store. */
3346 total_orig[0]++;
3348 total_orig[0]++;
3354 total_orig[0]++; /* The orig BIT_*_EXPR stmt. */
3359 total_orig[0] *= group->stores.length ();
3364 total_orig[
3284 split_group(merged_store_group *group, bool allow_unaligned_store, bool allow_unaligned_load, bool bzero_first, vec<split_store *> *split_stores, unsigned *total_orig, unsigned *total_new) argument
3787 unsigned total_orig, total_new; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc3623 unsigned *total_orig,
3644 if (total_orig)
3649 total_orig[0] = 2;
3674 if (total_orig)
3680 total_orig[0] = 1; /* The orig store. */
3683 total_orig[0]++;
3685 total_orig[0]++;
3691 total_orig[0]++; /* The orig BIT_*_EXPR stmt. */
3696 total_orig[0] *= group->stores.length ();
3701 total_orig[
3620 split_group(merged_store_group *group, bool allow_unaligned_store, bool allow_unaligned_load, bool bzero_first, vec<split_store *> *split_stores, unsigned *total_orig, unsigned *total_new) argument
4124 unsigned total_orig, total_new, i; local
[all...]

Completed in 145 milliseconds