Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-operands.h98 extern void swap_ssa_operands (gimple *, tree *, tree *);
Dtree-ssa-operands.cc1158 swap_ssa_operands (gimple *stmt, tree *exp0, tree *exp1) in swap_ssa_operands() function
Dtree-parloops.cc344 swap_ssa_operands (next_stmt, in parloops_is_slp_reduction()
809 swap_ssa_operands (def_stmt, in parloops_is_simple_reduction()
823 swap_ssa_operands (def_stmt, gimple_assign_rhs1_ptr (def_stmt), in parloops_is_simple_reduction()
Dtree-ssa-reassoc.cc4276 swap_ssa_operands (vcond0, gimple_assign_rhs2_ptr (vcond0), in optimize_vec_cond_expr()
5965 swap_ssa_operands (stmt, in linearize_expr_tree()
6031 swap_ssa_operands (user, in repropagate_negates()
Dcfgexpand.cc5768 swap_ssa_operands (stmt, gimple_assign_rhs1_ptr (stmt), in reorder_operands()
DChangeLog-201316636 * tree-ssa-operands.c (swap_ssa_operands): Rename from
16640 swap_ssa_operands.
16642 vect_is_simple_reduction_1): Use swap_ssa_operands.