Searched refs:vectorizable_reduction (Results 1 – 3 of 3) sorted by relevance
360 extern bool vectorizable_reduction (tree, block_stmt_iterator *, tree *);
1133 vectorizable_reduction (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt) in vectorizable_reduction() function2262 done = vectorizable_reduction (stmt, bsi, &vec_stmt); in vect_transform_stmt()
334 ok = vectorizable_reduction (stmt, NULL, NULL); in vect_analyze_operations()