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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 4875 slp_inst_kind_bb_reduc currently only covers associatable reductions. */
6660 if (SLP_INSTANCE_KIND (instance) == slp_inst_kind_bb_reduc)
6797 || (SLP_INSTANCE_KIND (instance) == slp_inst_kind_bb_reduc
7634 bb_vinfo->roots.safe_push (slp_root (slp_inst_kind_bb_reduc,
9562 else if (instance->kind == slp_inst_kind_bb_reduc)
tree-vectorizer.h 251 slp_inst_kind_bb_reduc, enumerator in enum:slp_instance_kind
266 /* For slp_inst_kind_bb_reduc the defs that were not vectorized, NULL
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 4090 if (SLP_INSTANCE_KIND (instance) != slp_inst_kind_bb_reduc)
5013 || (SLP_INSTANCE_KIND (instance) == slp_inst_kind_bb_reduc
5797 bb_vinfo->roots.safe_push (slp_root (slp_inst_kind_bb_reduc,
7566 else if (instance->kind == slp_inst_kind_bb_reduc)
tree-vectorizer.h 231 slp_inst_kind_bb_reduc, enumerator in enum:slp_instance_kind

Completed in 29 milliseconds