Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchanges.cc216 for (rtx *note_ptr = &REG_NOTES (insn); *note_ptr; ) in update_notes() local
218 rtx note = *note_ptr; in update_notes()
239 note_ptr = &XEXP (*note_ptr, 1); in update_notes()
242 *note_ptr = XEXP (*note_ptr, 1); in update_notes()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfwprop.cc538 rtx *note_ptr = &REG_NOTES (use_rtl); in try_fwprop_subst_pattern() local
539 while (rtx note = *note_ptr) in try_fwprop_subst_pattern()
545 *note_ptr = XEXP (note, 1); in try_fwprop_subst_pattern()
549 note_ptr = &XEXP (note, 1); in try_fwprop_subst_pattern()