Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-match-head.cc1378 return associative_tree_code (tree_code (code)); in associative_binary_op_p()
H A Dgimple-loop-interchange.cc514 if (! (associative_tree_code (code) in analyze_iloop_reduction_var()
H A Dtree-predcom.cc2645 && associative_tree_code (code)); in may_reassociate_p()
H A Dtree-ssa-reassoc.cc1708 associative_tree_code (oecode), false); in undistribute_ops_list()
6741 if (associative_tree_code (rhs_code)) in reassociate_bb()
H A Dtree-vect-slp.cc1829 && (associative_tree_code (gimple_assign_rhs_code (stmt_info->stmt)) in vect_build_slp_tree_2()
5737 && (associative_tree_code (code) || code == MINUS_EXPR) in vect_slp_check_for_constructors()
H A Dtree-parloops.cc683 else if (!commutative_tree_code (code) || !associative_tree_code (code)) in parloops_is_simple_reduction()
H A Dtree.h5256 extern bool associative_tree_code (enum tree_code);
H A Dtree.cc6740 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.
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc728 if (cst1 && associative_tree_code (op)) in maybe_fold_binop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-loop-interchange.cc514 if (! (associative_tree_code (code) in analyze_iloop_reduction_var()
H A Dtree-predcom.c2513 && associative_tree_code (code)); in may_reassociate_p()
H A Dtree-ssa-reassoc.c1639 associative_tree_code (oecode), false); in undistribute_ops_list()
6320 if (associative_tree_code (rhs_code)) in reassociate_bb()
H A Dtree-parloops.c683 else if (!commutative_tree_code (code) || !associative_tree_code (code)) in parloops_is_simple_reduction()
H A Dtree.h5075 extern bool associative_tree_code (enum tree_code);
H A Dtree-vect-loop.c6478 || !associative_tree_code (orig_code)) in vectorizable_reduction()
H A Dtree.c7732 associative_tree_code (enum tree_code code) in associative_tree_code() function