Searched refs:vectorizable_reduction (Results 1 – 5 of 5) 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()
335 ok = vectorizable_reduction (stmt, NULL, NULL); in vect_analyze_operations()
8397 (vectorizable_reduction): Remove assert.13544 (vectorizable_reduction): Duplicate vect_min_worthwhile_factor14377 (vectorizable_reduction): Don't fail of direct reduction support is14601 case of a phi that is marked as relevant. Call vectorizable_reduction.14613 (vectorizable_reduction): New function.14617 (vect_transform_stmt): Call vectorizable_reduction.
14761 (vectorizable_reduction): Added support for reduction patterns.