Home | History | Annotate | Download | only in gcc

Lines Matching refs:equiv

320   /* Pop the topmost value off the equiv stack.  */
353 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux;
354 record_equiv (equiv->rhs, equiv->lhs);
382 tree equiv = (*equivalences)[j];
384 if (gimple_can_coalesce_p (equiv, res))
386 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv);
396 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux;
397 remove_equivalence (equiv->rhs);
418 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux;
420 record_equiv (equiv->rhs, equiv->lhs);
421 m_equiv_stack.safe_push (equiv->rhs);