Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.h4264 extern bool associative_tree_code (enum tree_code);
H A Dtree.c4789 associative_tree_code (enum tree_code code) in associative_tree_code() function
H A DChangeLog.tree-ssa1058 * tree.c (associative_tree_code): Remove MINUS_EXPR, LSHIFT_EXPR,
7748 * tree.h (commutative_tree_code, associative_tree_code): Declare
7749 * tree.c (commutative_tree_code, associative_tree_code): New
H A DChangeLog-200443872 * tree.c (commutative_tree_code, associative_tree_code): New
43875 * tree.h (commutative_tree_code, associative_tree_code): Declare.