Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vectorizer.h358 extern bool vectorizable_condition (tree, block_stmt_iterator *, tree *);
H A Dtree-vect-transform.c2079 vectorizable_condition (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt) in vectorizable_condition() function
2226 done = vectorizable_condition (stmt, bsi, &vec_stmt); in vect_transform_stmt()
H A Dtree-vect-analyze.c317 || vectorizable_condition (stmt, NULL, NULL)); in vect_analyze_operations()