Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-reassoc.c1330 if (associative_tree_code (TREE_CODE (rhs))) in reassociate_bb()
Dtree-vectorizer.c1851 if (!commutative_tree_code (code) || !associative_tree_code (code)) in vect_is_simple_reduction()
Dtree.h4264 extern bool associative_tree_code (enum tree_code);
Dtree.c4789 associative_tree_code (enum tree_code code) in associative_tree_code() function
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
DChangeLog-200443872 * tree.c (commutative_tree_code, associative_tree_code): New
43875 * tree.h (commutative_tree_code, associative_tree_code): Declare.