Lines Matching refs:initial_value
3281 then INITIAL_VALUE is that value, otherwise it is null. */
3285 tree initial_value)
3307 return initial_value;
3317 return initial_value;
4954 INITIAL_VALUE(guard block)>. */
5019 tree initial_value = initial_values[0];
5020 /* Check that we can use INITIAL_VALUE as the adjustment and
5022 if (!operand_equal_p (initial_value, main_adjustment))
5025 initial_values[0] = neutral_op_for_reduction (TREE_TYPE (initial_value),
5026 code, initial_value);
5789 tree initial_value = NULL_TREE;
5791 initial_value = reduc_info->reduc_initial_values[0];
5793 initial_value);
7149 tree initial_value = NULL_TREE;
7151 initial_value = vect_phi_initial_value (reduc_def_phi);
7153 orig_code, initial_value);
7710 tree initial_value
7715 code, initial_value);
8533 /* Create the vector that holds the initial_value of the induction. */