Searched refs:cc0_setter (Results 1 – 2 of 2) sorted by relevance
12201 rtx cc0_setter = NULL_RTX; in distribute_notes() local12224 || ((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()[all …]
4056 (distribute_notes): Wrap variable `cc0_setter' in macro `HAVE_cc0'.