Home | History | Annotate | Download | only in gcc

Lines Matching refs:REG_EQUIV

1552    for the cost of eliminating pseudos which have REG_EQUIV equivalences to
3263 || REG_NOTE_KIND (links) == REG_EQUIV)
3591 || REG_NOTE_KIND (links) == REG_EQUIV)
4042 /* Look for REG_EQUIV notes; record what each pseudo is equivalent
4063 rtx note = find_reg_note (insn, REG_EQUIV, NULL_RTX);
4079 /* It can happen that a REG_EQUIV note contains a MEM
4083 we ignore such REG_EQUIV notes. */
8565 /* Add a REG_EQUIV note so that find_equiv_reg can find it. */
8566 set_dst_reg_note (insn, REG_EQUIV, in, out);
8576 set_dst_reg_note (insn, REG_EQUIV, in, out);
8631 set_unique_reg_note (insn, REG_EQUIV, in);