Lines Matching refs:REG_NOTES
217 for (note = REG_NOTES (insn); note; note = next) in init_label_info()
1165 REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, label, in mark_jump_label()
1166 REG_NOTES (insn)); in mark_jump_label()
1305 REG_NOTES (our_prev) in delete_prior_computation()
1307 REG_NOTES (our_prev)); in delete_prior_computation()
1326 XEXP (note, 1) = REG_NOTES (our_prev); in delete_prior_computation()
1327 REG_NOTES (our_prev) = note; in delete_prior_computation()
1369 REG_NOTES (prev) = gen_rtx_EXPR_LIST (REG_UNUSED, in delete_computation()
1370 cc0_rtx, REG_NOTES (prev)); in delete_computation()
1375 for (note = REG_NOTES (insn); note; note = next) in delete_computation()
1472 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in delete_related_insns()