Home
last modified time | relevance | path

Searched refs:reduc_inputs (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop.cc5216 auto_vec<tree> reduc_inputs; in vect_create_epilog_for_reduction() local
5429 reduc_inputs.create (slp_node ? vec_num : ncopies); in vect_create_epilog_for_reduction()
5445 reduc_inputs.quick_push (new_def); in vect_create_epilog_for_reduction()
5494 tree single_input = reduc_inputs[0]; in vect_create_epilog_for_reduction()
5495 for (k = 1; k < reduc_inputs.length (); k++) in vect_create_epilog_for_reduction()
5497 single_input, reduc_inputs[k]); in vect_create_epilog_for_reduction()
5500 reduc_inputs.truncate (0); in vect_create_epilog_for_reduction()
5501 reduc_inputs.safe_push (single_input); in vect_create_epilog_for_reduction()
5504 tree orig_reduc_input = reduc_inputs[0]; in vect_create_epilog_for_reduction()
5523 reduc_inputs[0] = make_ssa_name (vectype); in vect_create_epilog_for_reduction()
[all …]
DChangeLog-202120488 the new_phis vector with a reduc_inputs vector. Combine handling