/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-alias.h | 36 unsigned int nonlocal : 1; member
|
H A D | tree-ssa-structalias.c | 6635 pt->nonlocal = 1; in find_what_var_points_to() 6638 pt->nonlocal = 1; in find_what_var_points_to() 6792 dest->nonlocal |= src->nonlocal; in pt_solution_ior_into() 6813 || pt->nonlocal) in pt_solution_empty_p() 6839 if (pt->anything || pt->nonlocal || pt->escaped || pt->ipa_escaped in pt_solution_singleton_or_null_p() 6854 || pt->nonlocal in pt_solution_includes_global() 6881 if (pt->nonlocal in pt_solution_includes_1() 6924 if ((pt1->nonlocal in pt_solutions_intersect_1() 6925 && (pt2->nonlocal in pt_solutions_intersect_1() 6927 || (pt2->nonlocal in pt_solutions_intersect_1() [all …]
|
H A D | targhooks.c | 1441 return !pi || pi->pt.anything || pi->pt.nonlocal; in default_ref_may_alias_errno()
|
H A D | tree-ssa-alias.c | 551 if (pt->nonlocal) in dump_points_to_solution()
|
H A D | gimple-pretty-print.c | 806 if (pt->nonlocal) in pp_points_to_solution()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-alias.h | 36 unsigned int nonlocal : 1; member
|
H A D | tree-ssa-structalias.cc | 6759 pt->nonlocal = 1; in find_what_var_points_to() 6762 pt->nonlocal = 1; in find_what_var_points_to() 6917 dest->nonlocal |= src->nonlocal; in pt_solution_ior_into() 6938 || pt->nonlocal) in pt_solution_empty_p() 6964 if (pt->anything || pt->nonlocal || pt->escaped || pt->ipa_escaped in pt_solution_singleton_or_null_p() 6981 || pt->nonlocal in pt_solution_includes_global() 7013 if (pt->nonlocal in pt_solution_includes_1() 7056 if ((pt1->nonlocal in pt_solutions_intersect_1() 7057 && (pt2->nonlocal in pt_solutions_intersect_1() 7059 || (pt2->nonlocal in pt_solutions_intersect_1() [all …]
|
H A D | ChangeLog.tree-ssa | 1670 and nonlocal goto handling. 1673 unreferenced nonlocal goto labels. 1681 (gimplify_expr): Don't consider nonlocal gotos. 1683 * jump.c (any_uncondjump_p): Reject nonlocal goto. 1688 (expand_goto): Don't handle nonlocal gotos. 1695 (make_ctrl_stmt_edges): Don't check GOTO_EXPR for nonlocal goto. 1697 (tree_can_merge_blocks_p): Don't merge blocks with nonlocal labels. 1706 (inline_forbidden_p_1): Update nonlocal goto check. 1710 and nonlocal label. 6089 (make_ctrl_stmt_edges): Add edge for nonlocal labels; use new functions. [all …]
|
H A D | gimple-pretty-print.cc | 821 if (pt->nonlocal) in pp_points_to_solution()
|
H A D | tree-ssa-alias.cc | 614 if (pt->nonlocal) in dump_points_to_solution()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | darwin.md | 212 ;; We need to restore the PIC register, at the site of nonlocal label.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | darwin.md | 212 ;; We need to restore the PIC register, at the site of nonlocal label.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cfg.texi | 372 @item nonlocal goto handlers 373 @cindex nonlocal goto handler 378 call. Such sections of code are referred to as ``nonlocal goto 379 receivers''. If a function contains such nonlocal goto receivers, an
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cfg.texi | 372 @item nonlocal goto handlers 373 @cindex nonlocal goto handler 378 call. Such sections of code are referred to as ``nonlocal goto 379 receivers''. If a function contains such nonlocal goto receivers, an
|
H A D | md.texi | 6996 nonlocal gotos and a @code{reg} in the other two cases. 7061 nonlocal goto after the code already generated by GCC@. You will not 7064 must be restored when the frame pointer is restored. Note that a nonlocal 7072 exception handler that isn't needed at the site of a nonlocal goto. You 7092 built-in setjmp that isn't needed at the site of a nonlocal goto. You
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
H A D | mmix.md | 1114 ;; nonlocal_goto_receiver. At each function that has a nonlocal label, we 1118 ;; In the nonlocal goto receiver, we unwind the register stack by a series
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
H A D | mmix.md | 1122 ;; nonlocal_goto_receiver. At each function that has a nonlocal label, we 1126 ;; In the nonlocal goto receiver, we unwind the register stack by a series
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.md | 1043 sorry ("target cannot support nonlocal goto."); 1052 sorry ("target cannot support nonlocal goto.");
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
H A D | rl78.md | 194 "; nonlocal goto
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | rl78.md | 194 "; nonlocal goto
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.md | 1642 sorry ("target cannot support nonlocal goto"); 1651 sorry ("target cannot support nonlocal goto");
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | ChangeLog | 604 (diff3_run): Initialize jump buffer for nonlocal exits. Change
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 13064 int nonlocal = 0; in s390_output_mi_thunk() local 13074 nonlocal = 1; in s390_output_mi_thunk() 13270 else if (!nonlocal) in s390_output_mi_thunk() 13292 if (nonlocal && flag_pic == 2) in s390_output_mi_thunk() 13294 if (nonlocal) in s390_output_mi_thunk()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 13333 int nonlocal = 0; in s390_output_mi_thunk() local 13343 nonlocal = 1; in s390_output_mi_thunk() 13541 else if (!nonlocal) in s390_output_mi_thunk() 13563 if (nonlocal && flag_pic == 2) in s390_output_mi_thunk() 13565 if (nonlocal) in s390_output_mi_thunk()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.md | 4274 ;; For nonlocal gotos, we must save the stack pointer and its 4275 ;; backchain and restore both. Note that in the nonlocal case, the
|