Home
last modified time | relevance | path

Searched refs:vectorizable_reduction (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vectorizer.h360 extern bool vectorizable_reduction (tree, block_stmt_iterator *, tree *);
H A Dtree-vect-transform.c1133 vectorizable_reduction (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt) in vectorizable_reduction() function
2262 done = vectorizable_reduction (stmt, bsi, &vec_stmt); in vect_transform_stmt()
H A Dtree-vect-analyze.c334 ok = vectorizable_reduction (stmt, NULL, NULL); in vect_analyze_operations()