Home
last modified time | relevance | path

Searched refs:as_note (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drecog.c3295 rtx eh_note, as_note; in peep2_attempt() local
3438 as_note = NULL; in peep2_attempt()
3444 as_note = find_reg_note (old_insn, REG_ARGS_SIZE, NULL); in peep2_attempt()
3445 if (as_note) in peep2_attempt()
3506 if (as_note) in peep2_attempt()
3507 fixup_args_size_notes (before_try, last, get_args_size (as_note)); in peep2_attempt()