Searched refs:REG_NON_LOCAL_GOTO (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | cfgbuild.c | 311 else if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX)) in make_edges()
|
H A D | jump.c | 891 if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX)) in any_uncondjump_p()
|
H A D | local-alloc.c | 1096 && find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX)) in update_equiv_regs()
|
H A D | emit-rtl.c | 3220 case REG_NON_LOCAL_GOTO: in try_split()
|
H A D | builtins.c | 821 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 D | combine.c | 1277 || (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 D | cse.c | 5895 note = find_reg_note (insn, REG_NON_LOCAL_GOTO, 0); in cse_insn()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cfgbuild.c | 342 else if (find_reg_note (insn, REG_NON_LOCAL_GOTO, NULL_RTX))
|
H A D | rtl.h | 744 REG_NON_LOCAL_GOTO, enumerator
|
H A D | builtins.c | 718 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO, const0_rtx,
|
H A D | emit-rtl.c | 3382 case REG_NON_LOCAL_GOTO:
|
H A D | stmt.c | 693 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO,
|
H A D | ChangeLog.4 | 386 * 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 D | combine.c | 12596 case REG_NON_LOCAL_GOTO:
|