Searched refs:leaf_function_p (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Doutput.h131 extern int leaf_function_p (void);
H A Dglobal.c423 if (only_leaf_regs_used () && leaf_function_p ())
H A Dlocal-alloc.c2552 current_function_is_leaf = leaf_function_p ();
H A Dfinal.c3651 leaf_function_p (void)
3632 leaf_function_p (void) function
H A Dfunction.c5591 = optimize > 0 && only_leaf_regs_used () && leaf_function_p ();
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h190 #define TARGET_BACKTRACE (leaf_function_p () \
897 || (TARGET_ARM && TARGET_APCS_FRAME && ! leaf_function_p ()))
H A Darm.c1073 /* TARGET_BACKTRACE calls leaf_function_p, which causes a crash if done
10443 && (!leaf_function_p ()
10515 not the function, which will cause leaf_function_p to return
10529 leaf = leaf_function_p ();
13390 /* assert (!leaf_function_p ()); */
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h959 (! (leaf_function_p () && only_leaf_regs_used ()))
H A Dsparc.c308 int leaf_function_p; local
314 #define sparc_leaf_function_p cfun->machine->leaf_function_p
3690 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function_p)
3719 if (leaf_function_p
3735 if (! leaf_function_p || size > 0)
3948 = optimize > 0 && leaf_function_p () && only_leaf_regs_used ();
3679 sparc_compute_frame_size(HOST_WIDE_INT size, int leaf_function_p) argument

Completed in 203 milliseconds