Searched refs:vect_phi_init (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-loop.c | 4214 tree vect_phi_init, preheader_arg, vect_phi_res, init_def; in vect_create_epilog_for_reduction() local 4247 vect_phi_init = vect_init_vector (use_stmt, init_def, in vect_create_epilog_for_reduction() 4251 add_phi_arg (vect_phi, vect_phi_init, in vect_create_epilog_for_reduction()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-loop.c | 6036 tree vect_phi_init, preheader_arg, vect_phi_res; in vect_create_epilog_for_reduction() local 6069 vect_phi_init = get_initial_def_for_reduction in vect_create_epilog_for_reduction() 6073 add_phi_arg (vect_phi, vect_phi_init, in vect_create_epilog_for_reduction()
|