Lines Matching defs:ac2
2137 struct access *ac2 = (*access_vec)[j];
2138 if (ac2->offset != access->offset || ac2->size != access->size)
2140 if (ac2->write)
2144 || is_gimple_reg_type (ac2->type));
2149 if (is_gimple_reg_type (ac2->type))
2157 grp_assignment_read |= ac2->grp_assignment_read;
2158 grp_assignment_write |= ac2->grp_assignment_write;
2159 grp_partial_lhs |= ac2->grp_partial_lhs;
2160 unscalarizable_region |= ac2->grp_unscalarizable_region;
2161 relink_to_new_repr (access, ac2);
2166 gcc_assert (first_scalar || !is_gimple_reg_type (ac2->type));
2172 if (bf_non_full_precision && !INTEGRAL_TYPE_P (ac2->type))
2185 && !same_access_path_p (access->expr, ac2->expr))
2188 ac2->group_representative = access;