Searched refs:note_link (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reg-stack.c | 869 rtx *note_link, this; local 871 note_link = ®_NOTES (insn); 872 for (this = *note_link; this; this = XEXP (this, 1)) 876 *note_link = XEXP (this, 1); 880 note_link = &XEXP (this, 1); 2161 rtx *note_link, note; local 2230 note_link = ®_NOTES (insn); 2231 for (note = *note_link; note; note = XEXP (note, 1)) 2234 *note_link = XEXP (note, 1); 2238 note_link = &XEXP (note, 1);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reg-stack.c | 714 rtx *note_link, this; in remove_regno_note() local 716 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() local 2310 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()
|