HomeSort by: relevance | last modified time | path
    Searched defs:note_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fwprop.cc 529 rtx *note_ptr = &REG_NOTES (use_rtl); local
530 while (rtx note = *note_ptr)
536 *note_ptr = XEXP (note, 1);
540 note_ptr = &XEXP (note, 1);
  /src/external/gpl3/gcc.old/dist/gcc/
fwprop.cc 524 rtx *note_ptr = &REG_NOTES (use_rtl); local
525 while (rtx note = *note_ptr)
531 *note_ptr = XEXP (note, 1);
535 note_ptr = &XEXP (note, 1);

Completed in 26 milliseconds