Home
last modified time | relevance | path

Searched refs:leaf_function_p (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Doutput.h131 extern int leaf_function_p (void);
H A Dlocal-alloc.c2534 current_function_is_leaf = leaf_function_p (); in rest_of_handle_local_alloc()
H A Dglobal.c421 if (only_leaf_regs_used () && leaf_function_p ()) in global_alloc()
H A Dfinal.c3632 leaf_function_p (void) in leaf_function_p() function
H A Dfunction.c5728 = optimize > 0 && only_leaf_regs_used () && leaf_function_p (); in rest_of_handle_check_leaf_regs()
H A DChangeLog-200214035 leaf_function_p.
28180 not needed. Disregard leaf_function_p().
28286 leaf_function_p a function call, as intended. Reindented.
H A DChangeLog-200410999 'leaf_function_p' and 'prologue_data_valid_p'.
24566 final_scan_insn, output_asm_label, leaf_function_p): Likewise.
27291 Rename leaf_function into leaf_function_p.
H A DChangeLog-20012747 leaf_function_p): Kill BB profiler related code.
31946 * final.c: (leaf_function_p): Fix typo.
H A DChangeLog-200024561 (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
25006 * final.c (leaf_function_p): Sibling calls don't discount being
H A DFSFChangeLog.116712 (end_final, profile_after_prologue, leaf_function_p): Add support
H A DChangeLog-200313554 (calc_live_regs): For TARGET_SHMEDIA, use leaf_function_p.
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h188 #define TARGET_BACKTRACE (leaf_function_p () \
893 || (TARGET_ARM && TARGET_APCS_FRAME && ! leaf_function_p ()))
H A Darm.c10429 && (!leaf_function_p () in thumb_force_lr_save()
10515 leaf = leaf_function_p (); in arm_get_frame_offsets()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c308 int leaf_function_p; member
314 #define sparc_leaf_function_p cfun->machine->leaf_function_p
3679 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function_p) in sparc_compute_frame_size() argument
3708 if (leaf_function_p in sparc_compute_frame_size()
3724 if (! leaf_function_p || size > 0) in sparc_compute_frame_size()
3937 = optimize > 0 && leaf_function_p () && only_leaf_regs_used (); in sparc_expand_prologue()
H A Dsparc.h954 (! (leaf_function_p () && only_leaf_regs_used ()))
/freebsd-12.1/contrib/gcc/doc/
H A Dmd.texi4106 @findex leaf_function_p
4110 windows, the routine @code{leaf_function_p} may be used to determine if