HomeSort by: relevance | last modified time | path
    Searched defs:note_tmp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 3719 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
ira.cc 3719 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
  /src/external/gpl3/gcc/dist/gcc/
ira.cc 3731 rtx note_tmp;
3735 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX);
3736 gcc_assert (note_tmp);
3737 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0)))
3710 rtx note_tmp; local
ira.cc 3731 rtx note_tmp;
3735 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX);
3736 gcc_assert (note_tmp);
3737 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0)))
3710 rtx note_tmp; local

Completed in 63 milliseconds