Searched refs:note_link (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | reg-stack.c | 736 rtx *note_link, this_rtx; in remove_regno_note() local 738 note_link = ®_NOTES (insn); in remove_regno_note() 739 for (this_rtx = *note_link; this_rtx; this_rtx = XEXP (this_rtx, 1)) in remove_regno_note() 743 *note_link = XEXP (this_rtx, 1); in remove_regno_note() 747 note_link = &XEXP (this_rtx, 1); in remove_regno_note() 2428 rtx *note_link, note; in subst_stack_regs() local 2512 note_link = ®_NOTES (insn); in subst_stack_regs() 2513 for (note = *note_link; note; note = XEXP (note, 1)) in subst_stack_regs() 2516 *note_link = XEXP (note, 1); in subst_stack_regs() 2520 note_link = &XEXP (note, 1); in subst_stack_regs()
|
H A D | cfgrtl.c | 2312 rtx *note_link, this_rtx; in update_br_prob_note() local 2314 note_link = ®_NOTES (BB_END (bb)); in update_br_prob_note() 2315 for (this_rtx = *note_link; this_rtx; this_rtx = XEXP (this_rtx, 1)) in update_br_prob_note() 2318 *note_link = XEXP (this_rtx, 1); in update_br_prob_note()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reg-stack.cc | 737 rtx *note_link, this_rtx; in remove_regno_note() local 739 note_link = ®_NOTES (insn); in remove_regno_note() 740 for (this_rtx = *note_link; this_rtx; this_rtx = XEXP (this_rtx, 1)) in remove_regno_note() 744 *note_link = XEXP (this_rtx, 1); in remove_regno_note() 748 note_link = &XEXP (this_rtx, 1); in remove_regno_note() 2438 rtx *note_link, note; in subst_stack_regs() local 2525 note_link = ®_NOTES (insn); in subst_stack_regs() 2526 for (note = *note_link; note; note = XEXP (note, 1)) in subst_stack_regs() 2529 *note_link = XEXP (note, 1); in subst_stack_regs() 2533 note_link = &XEXP (note, 1); in subst_stack_regs()
|
H A D | cfgrtl.cc | 2332 rtx *note_link, this_rtx; in update_br_prob_note() local 2334 note_link = ®_NOTES (BB_END (bb)); in update_br_prob_note() 2335 for (this_rtx = *note_link; this_rtx; this_rtx = XEXP (this_rtx, 1)) in update_br_prob_note() 2338 *note_link = XEXP (this_rtx, 1); in update_br_prob_note()
|