Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dcfgbuild.c311 else if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX)) in make_edges()
H A Djump.c891 if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX)) in any_uncondjump_p()
H A Dlocal-alloc.c1096 && find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX)) in update_equiv_regs()
H A Demit-rtl.c3220 case REG_NON_LOCAL_GOTO: in try_split()
H A Dbuiltins.c821 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO, const0_rtx, in expand_builtin_longjmp()
894 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO, in expand_builtin_nonlocal_goto()
H A Dcombine.c1277 || (JUMP_P (i3) && find_reg_note (i3, REG_NON_LOCAL_GOTO, NULL_RTX)) in can_combine_p()
11904 case REG_NON_LOCAL_GOTO: in distribute_notes()
H A Dcse.c5895 note = find_reg_note (insn, REG_NON_LOCAL_GOTO, 0); in cse_insn()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgbuild.c342 else if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX))
H A Drtl.h744 REG_NON_LOCAL_GOTO, enumerator
H A Dbuiltins.c718 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO, const0_rtx,
H A Demit-rtl.c3382 case REG_NON_LOCAL_GOTO:
H A Dstmt.c693 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO,
H A DChangeLog.4386 * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.
461 * rtl.h (REG_NON_LOCAL_GOTO): New.
463 * stmt.c (expand_goto): Emit a REG_NON_LOCAL_GOTO note.
465 * flow.c (make_edges): Check for REG_NON_LOCAL_GOTO and do
H A Dcombine.c12596 case REG_NON_LOCAL_GOTO: