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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5814 tree main_adjustment local
5816 if (loop_vinfo->main_loop_edge && main_adjustment)
5822 if (!operand_equal_p (initial_value, main_adjustment))
5828 STMT_VINFO_REDUC_EPILOGUE_ADJUSTMENT (reduc_info) = main_adjustment;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5014 tree main_adjustment local
5016 if (loop_vinfo->main_loop_edge && main_adjustment)
5022 if (!operand_equal_p (initial_value, main_adjustment))
5028 STMT_VINFO_REDUC_EPILOGUE_ADJUSTMENT (reduc_info) = main_adjustment;

Completed in 24 milliseconds