Searched refs:note_link (Results 1 – 1 of 1) sorted by relevance
714 rtx *note_link, this; in remove_regno_note() local716 note_link = ®_NOTES (insn); in remove_regno_note()717 for (this = *note_link; this; this = XEXP (this, 1)) in remove_regno_note()721 *note_link = XEXP (this, 1); in remove_regno_note()725 note_link = &XEXP (this, 1); in remove_regno_note()2226 rtx *note_link, note; in subst_stack_regs() local2310 note_link = ®_NOTES (insn); in subst_stack_regs()2311 for (note = *note_link; note; note = XEXP (note, 1)) in subst_stack_regs()2314 *note_link = XEXP (note, 1); in subst_stack_regs()2318 note_link = &XEXP (note, 1); in subst_stack_regs()