Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc3698 rtx note_tmp; in update_equiv_regs() local
3702 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX); in update_equiv_regs()
3703 gcc_assert (note_tmp); in update_equiv_regs()
3704 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0))) in update_equiv_regs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira.c3569 rtx note_tmp; in update_equiv_regs() local
3573 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX); in update_equiv_regs()
3574 gcc_assert (note_tmp); in update_equiv_regs()
3575 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0))) in update_equiv_regs()