Home
last modified time | relevance | path

Searched refs:note_tmp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dira.c3519 rtx note_tmp; in update_equiv_regs() local
3523 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX); in update_equiv_regs()
3524 gcc_assert (note_tmp); in update_equiv_regs()
3525 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0))) in update_equiv_regs()