HomeSort by: relevance | last modified time | path
    Searched refs:initial_def (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5253 for induc_val, use initial_def. */
5743 the same as initial_def already. */
5746 tree initial_def = reduc_info->reduc_initial_values[0]; local
5750 initial_def, new_temp);
6035 the same as initial_def already. */
6038 tree initial_def = reduc_info->reduc_initial_values[0]; local
6042 initial_def, new_temp);
7726 tree initial_def = vect_phi_initial_value (phi); local
7727 reduc_info->reduc_initial_values.safe_push (initial_def);
7728 /* Optimize: if initial_def is for REDUC_MAX smaller than the bas
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6053 for induc_val, use initial_def. */
6548 the same as initial_def already. */
6553 tree initial_def = reduc_info->reduc_initial_values[0]; local
6556 initial_def, new_temp);
6841 the same as initial_def already. */
6846 tree initial_def = reduc_info->reduc_initial_values[0]; local
6849 initial_def, new_temp);
8801 tree initial_def = vect_phi_initial_value (phi); local
8802 reduc_info->reduc_initial_values.safe_push (initial_def);
8803 /* Optimize: if initial_def is for REDUC_MAX smaller than the bas
    [all...]

Completed in 155 milliseconds