Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c4564 tree new_phi_result; in vect_create_epilog_for_reduction() local
4852 new_phi_result = first_vect; in vect_create_epilog_for_reduction()
4873 new_phi_result = first_vect; in vect_create_epilog_for_reduction()
4878 new_phi_result = PHI_RESULT (new_phis[0]); in vect_create_epilog_for_reduction()
4914 new_phi_result = gimple_convert (&stmts, vectype, new_phi_result); in vect_create_epilog_for_reduction()
4953 vec_compare, new_phi_result, in vect_create_epilog_for_reduction()
5001 tree data_eltype = TREE_TYPE (TREE_TYPE (new_phi_result)); in vect_create_epilog_for_reduction()
5025 new_phi_result, in vect_create_epilog_for_reduction()
5077 new_phi_result = gimple_convert (&stmts, vectype, new_phi_result); in vect_create_epilog_for_reduction()
5078 vec_elem_type = TREE_TYPE (TREE_TYPE (new_phi_result)); in vect_create_epilog_for_reduction()
[all …]