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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 664 tree reduc_input; member in struct:vect_reusable_accumulator
tree-vect-loop.cc 5782 tree old_vectype = TREE_TYPE (accumulator->reduc_input);
6335 add_phi_arg (new_phi, reduc_info->reused_accumulator->reduc_input,
8875 tree def = accumulator->reduc_input;
8910 accumulator->reduc_input = def;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 4982 tree old_vectype = TREE_TYPE (accumulator->reduc_input);
5529 add_phi_arg (new_phi, reduc_info->reused_accumulator->reduc_input,
7800 tree def = accumulator->reduc_input;
7835 accumulator->reduc_input = def;
tree-vectorizer.h 611 tree reduc_input; member in struct:vect_reusable_accumulator

Completed in 31 milliseconds