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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira.c3590 rtx note_tmp;
3594 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX);
3595 gcc_assert (note_tmp);
3596 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0)))
3569 rtx note_tmp; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira.cc3719 rtx note_tmp;
3723 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX);
3724 gcc_assert (note_tmp);
3725 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0)))
3698 rtx note_tmp; local

Completed in 321 milliseconds