Home
last modified time | relevance | path

Searched refs:note_link (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreg-stack.c714 rtx *note_link, this; in remove_regno_note() local
716 note_link = &REG_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() local
2310 note_link = &REG_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()