Home | History | Annotate | Download | only in gcc

Lines Matching defs:this_rtx

745   rtx *note_link, this_rtx;
748 for (this_rtx = *note_link; this_rtx; this_rtx = XEXP (this_rtx, 1))
749 if (REG_NOTE_KIND (this_rtx) == note
750 && REG_P (XEXP (this_rtx, 0)) && REGNO (XEXP (this_rtx, 0)) == regno)
752 *note_link = XEXP (this_rtx, 1);
756 note_link = &XEXP (this_rtx, 1);