Searched refs:vect_is_simple_reduction (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-vectorizer.h326 extern tree vect_is_simple_reduction (struct loop *, tree);
H A Dtree-vect-transform.c1220 gcc_assert (orig_stmt == vect_is_simple_reduction (loop, def_stmt));
1222 gcc_assert (stmt == vect_is_simple_reduction (loop, def_stmt));
H A Dtree-vect-analyze.c557 reduc_stmt = vect_is_simple_reduction (loop, phi);
H A Dtree-vectorizer.c1793 /* Function vect_is_simple_reduction
1813 vect_is_simple_reduction (struct loop *loop, tree phi)
1812 vect_is_simple_reduction (struct loop *loop, tree phi) function

Completed in 98 milliseconds