Searched refs:induction_index (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop.c | 4565 tree induction_index = NULL_TREE; in vect_create_epilog_for_reduction() local 4728 induction_index = new_phi_tree; in vect_create_epilog_for_reduction() 4729 add_phi_arg (as_a <gphi *> (new_phi), induction_index, in vect_create_epilog_for_reduction() 4892 tree index_vec_type = TREE_TYPE (induction_index); in vect_create_epilog_for_reduction() 4920 1, induction_index); in vect_create_epilog_for_reduction() 4945 induction_index, in vect_create_epilog_for_reduction() 5002 tree idx_eltype = TREE_TYPE (TREE_TYPE (induction_index)); in vect_create_epilog_for_reduction() 5004 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (induction_index)); in vect_create_epilog_for_reduction() 5017 induction_index, in vect_create_epilog_for_reduction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop.cc | 5228 tree induction_index = NULL_TREE; in vect_create_epilog_for_reduction() local 5390 induction_index = new_phi_tree; in vect_create_epilog_for_reduction() 5391 add_phi_arg (as_a <gphi *> (new_phi), induction_index, in vect_create_epilog_for_reduction() 5547 tree index_vec_type = TREE_TYPE (induction_index); in vect_create_epilog_for_reduction() 5571 1, induction_index); in vect_create_epilog_for_reduction() 5596 induction_index, in vect_create_epilog_for_reduction() 5654 tree idx_eltype = TREE_TYPE (TREE_TYPE (induction_index)); in vect_create_epilog_for_reduction() 5656 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (induction_index)); in vect_create_epilog_for_reduction() 5669 induction_index, in vect_create_epilog_for_reduction()
|
H A D | ChangeLog-2017 | 26286 (vect_create_epilog_for_reduction): ... here. Remove induction_index
|