Lines Matching refs:reduc_stmt
897 gimple *reduc_stmt; /* reduction statement. */ member
1295 init = omp_reduction_init_op (gimple_location (reduc->reduc_stmt), in initialize_reductions()
1704 tree var = reduc_stmt_res (red->reduc_stmt); in add_field_for_reduction()
1705 tree field = build_decl (gimple_location (red->reduc_stmt), FIELD_DECL, in add_field_for_reduction()
1765 tree lhs = reduc_stmt_res (reduc->reduc_stmt); in create_phi_for_local_result()
1767 locus = gimple_location (reduc->reduc_stmt); in create_phi_for_local_result()
1886 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt)); in create_loads_for_reductions()
1951 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt)); in create_stores_for_reduction()
3216 gimple *reduc_stmt, gphi *phi) in build_new_reduction() argument
3222 gcc_assert (reduc_stmt); in build_new_reduction()
3224 if (gimple_code (reduc_stmt) == GIMPLE_PHI) in build_new_reduction()
3226 tree op1 = PHI_ARG_DEF (reduc_stmt, 0); in build_new_reduction()
3231 reduction_code = gimple_assign_rhs_code (reduc_stmt); in build_new_reduction()
3254 print_gimple_stmt (dump_file, reduc_stmt, 0); in build_new_reduction()
3260 new_reduction->reduc_stmt = reduc_stmt; in build_new_reduction()
3559 print_gimple_stmt (dump_file, red->reduc_stmt, 0); in try_create_reduction_list()