Searched refs:old_acc (Results 1 – 2 of 2) sorted by relevance
599 relink_to_new_repr (struct access *new_acc, struct access *old_acc) in relink_to_new_repr() argument601 if (old_acc->first_rhs_link) in relink_to_new_repr()607 gcc_assert (!old_acc->last_rhs_link in relink_to_new_repr()608 || !old_acc->last_rhs_link->next_rhs); in relink_to_new_repr()610 new_acc->last_rhs_link->next_rhs = old_acc->first_rhs_link; in relink_to_new_repr()611 new_acc->last_rhs_link = old_acc->last_rhs_link; in relink_to_new_repr()617 new_acc->first_rhs_link = old_acc->first_rhs_link; in relink_to_new_repr()618 new_acc->last_rhs_link = old_acc->last_rhs_link; in relink_to_new_repr()620 old_acc->first_rhs_link = old_acc->last_rhs_link = NULL; in relink_to_new_repr()623 gcc_assert (!old_acc->last_rhs_link); in relink_to_new_repr()[all …]
589 relink_to_new_repr (struct access *new_acc, struct access *old_acc) in relink_to_new_repr() argument591 if (old_acc->first_rhs_link) in relink_to_new_repr()597 gcc_assert (!old_acc->last_rhs_link in relink_to_new_repr()598 || !old_acc->last_rhs_link->next_rhs); in relink_to_new_repr()600 new_acc->last_rhs_link->next_rhs = old_acc->first_rhs_link; in relink_to_new_repr()601 new_acc->last_rhs_link = old_acc->last_rhs_link; in relink_to_new_repr()607 new_acc->first_rhs_link = old_acc->first_rhs_link; in relink_to_new_repr()608 new_acc->last_rhs_link = old_acc->last_rhs_link; in relink_to_new_repr()610 old_acc->first_rhs_link = old_acc->last_rhs_link = NULL; in relink_to_new_repr()613 gcc_assert (!old_acc->last_rhs_link); in relink_to_new_repr()[all …]