Home
last modified time | relevance | path

Searched refs:nonlocal (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.h36 unsigned int nonlocal : 1; member
H A Dtree-ssa-structalias.c6635 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 Dtarghooks.c1441 return !pi || pi->pt.anything || pi->pt.nonlocal; in default_ref_may_alias_errno()
H A Dtree-ssa-alias.c551 if (pt->nonlocal) in dump_points_to_solution()
H A Dgimple-pretty-print.c806 if (pt->nonlocal) in pp_points_to_solution()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.h36 unsigned int nonlocal : 1; member
H A Dtree-ssa-structalias.cc6759 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 DChangeLog.tree-ssa1670 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 Dgimple-pretty-print.cc821 if (pt->nonlocal) in pp_points_to_solution()
H A Dtree-ssa-alias.cc614 if (pt->nonlocal) in dump_points_to_solution()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Ddarwin.md212 ;; We need to restore the PIC register, at the site of nonlocal label.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddarwin.md212 ;; We need to restore the PIC register, at the site of nonlocal label.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcfg.texi372 @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 Dcfg.texi372 @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 Dmd.texi6996 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 Dmmix.md1114 ;; 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 Dmmix.md1122 ;; 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 Dnvptx.md1043 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 Drl78.md194 "; nonlocal goto
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.md194 "; nonlocal goto
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.md1642 sorry ("target cannot support nonlocal goto");
1651 sorry ("target cannot support nonlocal goto");
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A DChangeLog604 (diff3_run): Initialize jump buffer for nonlocal exits. Change
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c13064 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 Ds390.cc13333 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 Dspu.md4274 ;; For nonlocal gotos, we must save the stack pointer and its
4275 ;; backchain and restore both. Note that in the nonlocal case, the

123