Home
last modified time | relevance | path

Searched refs:two_operators (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vectorizer.h131 bool two_operators; member
168 #define SLP_TREE_TWO_OPERATORS(S) (S)->two_operators
H A Dtree-vect-slp.c629 bool *matches, bool *two_operators) in vect_build_slp_tree_1() argument
1019 *two_operators = true; in vect_build_slp_tree_1()
1167 bool two_operators = false; in vect_build_slp_tree_2() local
1171 &this_max_nunits, matches, &two_operators)) in vect_build_slp_tree_2()
1475 SLP_TREE_TWO_OPERATORS (node) = two_operators; in vect_build_slp_tree_2()