Home
last modified time | relevance | path

Searched refs:current_function_has_exception_handlers (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexcept.h231 extern bool current_function_has_exception_handlers (void);
H A Dtree-tailcall.c160 && current_function_has_exception_handlers ()) in suitable_for_tail_call_opt_p()
H A Dsched-rgn.c273 if (current_function_has_exception_handlers ()) in is_cfg_nonregular()
H A Dexcept.c520 current_function_has_exception_handlers (void) in current_function_has_exception_handlers() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexcept.h241 extern bool current_function_has_exception_handlers (void);
H A Dtree-tailcall.c157 && current_function_has_exception_handlers ()) in suitable_for_tail_call_opt_p()
H A Dsched-rgn.c267 if (current_function_has_exception_handlers ()) in is_cfg_nonregular()
H A Dexcept.c473 current_function_has_exception_handlers (void) in current_function_has_exception_handlers() function
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c42596 if (TARGET_SEH && current_function_has_exception_handlers ()) in ix86_reorg()