Lines Matching refs:initial_def
6053 for induc_val, use initial_def. */
6548 the same as initial_def already. */
6553 tree initial_def = reduc_info->reduc_initial_values[0];
6556 initial_def, new_temp);
6841 the same as initial_def already. */
6846 tree initial_def = reduc_info->reduc_initial_values[0];
6849 initial_def, new_temp);
8801 tree initial_def = vect_phi_initial_value (phi);
8802 reduc_info->reduc_initial_values.safe_push (initial_def);
8803 /* Optimize: if initial_def is for REDUC_MAX smaller than the base
8804 and we can't use zero for induc_val, use initial_def. Similarly
8805 for REDUC_MIN and initial_def larger than the base. */
8809 if (TREE_CODE (initial_def) == INTEGER_CST
8812 && tree_int_cst_lt (initial_def, induc_val))
8814 && tree_int_cst_lt (induc_val, initial_def))))
8816 induc_val = initial_def;
8817 /* Communicate we used the initial_def to epilouge
8828 ncopies, initial_def,
8836 initial_def, initial_def);
8843 initial_def = reduc_info->reduc_initial_values[0];
8846 = neutral_op_for_reduction (TREE_TYPE (initial_def),
8847 code, initial_def);
8853 && !operand_equal_p (neutral_op, initial_def))
8856 = initial_def;
8857 initial_def = neutral_op;
8861 initial_def, neutral_op);