Searched refs:reductions (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-vectorizer.h328 vec<gimple> reductions; member in struct:_loop_vec_info
406 #define LOOP_VINFO_REDUCTIONS(L) (L)->reductions
H A Dtree-vect-slp.c1631 vec<gimple> reductions = LOOP_VINFO_REDUCTIONS (loop_vinfo); local
1632 for (i = 0; reductions.iterate (i, &next); i++)
1756 vec<gimple> reductions = vNULL; local
1768 reductions = LOOP_VINFO_REDUCTIONS (loop_vinfo);
1799 /* Don't try to vectorize SLP reductions if reduction chain was
1804 /* Find SLP sequences starting from groups of reductions. */
1806 && vect_analyze_slp_instance (loop_vinfo, bb_vinfo, reductions[0],
2887 /* For reductions, we only need initial values. */

Completed in 38 milliseconds