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

/freebsd-11.0-release/contrib/gcc/
H A Dreg-stack.c722 rtx *note_link, this;
724 note_link = &REG_NOTES (insn);
725 for (this = *note_link; this; this = XEXP (this, 1))
729 *note_link = XEXP (this, 1);
733 note_link = &XEXP (this, 1);
2242 rtx *note_link, note;
2326 note_link = &REG_NOTES (insn);
2327 for (note = *note_link; note; note = XEXP (note, 1))
2330 *note_link = XEXP (note, 1);
2334 note_link
714 rtx *note_link, this; local
2226 rtx *note_link, note; local
[all...]

Completed in 43 milliseconds