Lines Matching defs:reduc
1640 REDUC, OP0 and OP1 contain reduction stmt and its operands.
1644 is_cond_scalar_reduction (gimple *phi, gimple **reduc, tree arg_0, tree arg_1,
1795 *reduc = stmt;
1818 convert_scalar_cond_reduction (gimple *reduc, gimple_stmt_iterator *gsi,
1825 tree rhs1 = gimple_assign_rhs1 (reduc);
1828 enum tree_code reduction_op = gimple_assign_rhs_code (reduc);
1835 print_gimple_stmt (dump_file, reduc, 0, TDF_SLIM);
1863 stmt_it = gsi_for_stmt (reduc);
1865 release_defs (reduc);
1935 gimple *new_stmt = NULL, *reduc, *nop_reduc;
2003 if (is_cond_scalar_reduction (phi, &reduc, arg0, arg1,
2008 rhs = convert_scalar_cond_reduction (reduc, gsi, cond, op0, op1,
2009 true_bb != gimple_bb (reduc),
2093 if (!(is_cond_scalar_reduction (phi, &reduc, arg0 , arg1,
2101 rhs = convert_scalar_cond_reduction (reduc, gsi, cond, op0, op1,