Home
last modified time | relevance | path

Searched refs:current_function_calls_setjmp (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv3.h67 (current_function_calls_setjmp && current_function_calls_longjmp)
78 (current_function_calls_setjmp || current_function_calls_longjmp)
H A Dsvr3gas.h31 (current_function_calls_setjmp && current_function_calls_longjmp)
42 (current_function_calls_setjmp || current_function_calls_longjmp)
H A Di386.c4081 if (NON_SAVING_SETJMP && current_function_calls_setjmp) in ix86_can_use_return_insn_p()
/openbsd/gnu/gcc/gcc/
H A Dfunction.h490 #define current_function_calls_setjmp (cfun->calls_setjmp) macro
H A Dtree-tailcall.c179 if (current_function_calls_setjmp) in suitable_for_tail_call_opt_p()
H A Dexplow.c1145 if (!current_function_calls_setjmp) in allocate_dynamic_stack_space()
H A Dtree-cfg.c1821 current_function_calls_setjmp = true; in notice_special_calls()
1832 current_function_calls_setjmp = false; in clear_special_calls()
H A Dgcse.c666 if (current_function_calls_setjmp) in gcse_main()
6519 if (current_function_calls_setjmp) in bypass_jumps()
H A Dcalls.c403 current_function_calls_setjmp = 1; in emit_call_1()
H A Dbuiltins.c663 current_function_calls_setjmp = 1; in expand_builtin_setjmp_setup()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.h529 #define current_function_calls_setjmp (cfun->calls_setjmp) macro
H A Dsibcall.c691 || current_function_calls_setjmp in optimize_sibling_and_tail_recursive_calls()
H A Dexplow.c1168 if (!current_function_calls_setjmp)
1299 if (!current_function_calls_setjmp)
H A Dfunction.c1418 && ! (NON_SAVING_SETJMP && current_function_calls_setjmp)
6334 current_function_calls_setjmp = 0; in prepare_function_start()
6894 if (NON_SAVING_SETJMP && current_function_calls_setjmp)
H A Dintegrate.c183 if (current_function_calls_setjmp)
H A Dfinal.c1630 if (NON_SAVING_SETJMP && current_function_calls_setjmp)
H A Dcalls.c635 current_function_calls_setjmp = 1;
H A Dbuiltins.c505 current_function_calls_setjmp = 1;
H A Dgcse.c730 if (current_function_calls_setjmp)
H A DChangeLog.210382 * tree.h (current_function_calls_setjmp,
11201 (current_function_name, current_function_calls_setjmp): Delete
11271 current_function_needs_context, current_function_calls_setjmp,
11330 current_function_needs_context, current_function_calls_setjmp,
H A DChangeLog.52143 optimization if current_function_calls_setjmp.
9443 from reg 4 if current_function_calls_setjmp.
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c1848 = (current_function_calls_setjmp ? 0 : find_gr_spill (1));
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.c2467 = (current_function_calls_setjmp ? 0 : find_gr_spill (1)); in ia64_compute_frame_size()
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c7839 current_function_calls_setjmp ? 'y' : 'n',
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c12843 && ! (current_function_calls_setjmp && flag_exceptions) in compute_save_world_info()
13304 || current_function_calls_setjmp in spe_func_has_64bit_regs_p()

12