Home
last modified time | relevance | path

Searched refs:associative_tree_code (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-reassoc.c1330 if (associative_tree_code (TREE_CODE (rhs))) in reassociate_bb()
H A Dtree-vectorizer.c1851 if (!commutative_tree_code (code) || !associative_tree_code (code)) in vect_is_simple_reduction()
H A Dtree.h4176 extern bool associative_tree_code (enum tree_code);
H A Dtree.c4783 associative_tree_code (enum tree_code code) in associative_tree_code() function