Lines Matching defs:red

943   struct reduction_info tmpred, *red;
954 red = reduction_list->find (&tmpred);
955 gcc_assert (red == NULL || red->reduc_phi == phi);
957 return red;
1703 struct reduction_info *const red = *slot;
1704 tree var = reduc_stmt_res (red->reduc_stmt);
1705 tree field = build_decl (gimple_location (red->reduc_stmt), FIELD_DECL,
1710 red->field = field;
1883 struct reduction_info *const red = *slot;
1886 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt));
1892 if (red->keep_res == NULL)
1897 load_struct = build3 (COMPONENT_REF, type, load_struct, red->field,
1901 name = PHI_RESULT (red->keep_res);
1906 for (gsi = gsi_start_phis (gimple_bb (red->keep_res));
1908 if (gsi_stmt (gsi) == red->keep_res)
1947 struct reduction_info *const red = *slot;
1951 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt));
1954 t = build3 (COMPONENT_REF, type, clsn_data->store, red->field, NULL_TREE);
1955 stmt = gimple_build_assign (t, red->initial_value);
2417 struct reduction_info *red = reduction_phi (reduction_list, phi);
2420 || red != NULL);
2422 if (red)
2425 red->reduc_phi = nphi;
2426 gimple_set_uid (red->reduc_phi, red->reduc_version);
2476 struct reduction_info *red = reduction_phi (reduction_list, reduc_phi);
2477 if (red != NULL)
2478 red->keep_res = (nphi != NULL
2699 struct reduction_info *red;
2702 red = reduction_phi (reduction_list, SSA_NAME_DEF_STMT (val));
2703 if (red)
2705 red->keep_res = phi;
3273 struct reduction_info *const red = *slot;
3274 gimple_set_uid (red->reduc_phi, red->reduc_version);
3492 struct reduction_info *red;
3535 red = reduction_phi (reduction_list, reduc_phi);
3536 if (red == NULL)
3543 if (red->keep_res != NULL)
3550 red->keep_res = phi;
3554 print_gimple_stmt (dump_file, red->reduc_phi, 0);
3556 print_gimple_stmt (dump_file, red->reduc_stmt, 0);
3571 struct reduction_info *red;
3573 red = reduction_phi (reduction_list, phi);
3574 if (red == NULL)
3599 struct reduction_info *red = reduction_phi (reduction_list, phi);
3600 red->reduc_addr = addr;
3756 struct reduction_info *red;
3759 && (red = reduction_phi (reduction_list, use_stmt)))
3761 tree val = PHI_RESULT (red->keep_res);