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) == note750 && 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);
Indexes created Fri Apr 24 00:22:58 UTC 2026