Lines Matching refs:cc0_setter
12201 rtx cc0_setter = NULL_RTX; in distribute_notes() local
12224 || ((cc0_setter = prev_cc0_setter (tem)) != NULL in distribute_notes()
12225 && sets_cc0_p (PATTERN (cc0_setter)) > 0)) in distribute_notes()
12246 if (cc0_setter) in distribute_notes()
12248 PATTERN (cc0_setter) = pc_rtx; in distribute_notes()
12249 old_notes = REG_NOTES (cc0_setter); in distribute_notes()
12250 REG_NOTES (cc0_setter) = NULL; in distribute_notes()
12252 distribute_notes (old_notes, cc0_setter, in distribute_notes()
12253 cc0_setter, NULL_RTX, in distribute_notes()
12255 distribute_links (LOG_LINKS (cc0_setter)); in distribute_notes()
12257 SET_INSN_DELETED (cc0_setter); in distribute_notes()