Home
last modified time | relevance | path

Searched refs:orig_num_stmts (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3725 unsigned int orig_num_stmts = group->stores.length (); in output_merged_store() local
3726 if (orig_num_stmts < 2) in output_merged_store()
3756 if (num_clobber_stmts == orig_num_stmts) in output_merged_store()
3758 orig_num_stmts -= num_clobber_stmts; in output_merged_store()
3817 if (split_stores.length () >= orig_num_stmts + clobber_first) in output_merged_store()
3824 orig_num_stmts); in output_merged_store()
3865 orig_num_stmts); in output_merged_store()
4342 split_stores.length (), orig_num_stmts); in output_merged_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc4059 unsigned int orig_num_stmts = group->stores.length (); in output_merged_store() local
4060 if (orig_num_stmts < 2) in output_merged_store()
4090 if (num_clobber_stmts == orig_num_stmts) in output_merged_store()
4092 orig_num_stmts -= num_clobber_stmts; in output_merged_store()
4154 if (split_stores.length () >= orig_num_stmts + clobber_first) in output_merged_store()
4161 orig_num_stmts); in output_merged_store()
4202 orig_num_stmts); in output_merged_store()
4705 split_stores.length (), orig_num_stmts); in output_merged_store()
H A DChangeLog-20196273 clobber stmts in orig_num_stmts, except if the first orig store is