Lines Matching refs:induction_index
5230 tree induction_index = NULL_TREE;
5392 induction_index = new_phi_tree;
5393 add_phi_arg (as_a <gphi *> (new_phi), induction_index,
5542 (INDUCTION_INDEX) containing all the indexes of those matches. We
5549 tree index_vec_type = TREE_TYPE (induction_index);
5573 1, induction_index);
5586 with the vector (INDUCTION_INDEX) of found indexes, choosing values
5598 induction_index,
5648 idx_val = induction_index[0];
5651 if (induction_index[i] > idx_val)
5652 val = data_reduc[i], idx_val = induction_index[i];
5656 tree idx_eltype = TREE_TYPE (TREE_TYPE (induction_index));
5658 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (induction_index));
5671 induction_index,