Lines Matching refs:leaf_function
5511 int leaf_function ATTRIBUTE_UNUSED) in save_global_or_fp_reg_p()
5519 return_addr_reg_needed_p (int leaf_function) in return_addr_reg_needed_p() argument
5526 if (!leaf_function in return_addr_reg_needed_p()
5538 save_local_or_in_reg_p (unsigned int regno, int leaf_function) in save_local_or_in_reg_p() argument
5549 if (regno == RETURN_ADDR_REGNUM && return_addr_reg_needed_p (leaf_function)) in save_local_or_in_reg_p()
5569 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function) in sparc_compute_frame_size() argument
5578 if (leaf_function && !cfun->calls_alloca) in sparc_compute_frame_size()
5605 if (save_local_or_in_reg_p (i, leaf_function)) in sparc_compute_frame_size()
5846 int offset, int leaf_function, sorr_pred_t save_p, in emit_save_or_restore_regs() argument
5859 if (save_p (i, leaf_function)) in emit_save_or_restore_regs()
5895 bool reg0 = save_p (i, leaf_function); in emit_save_or_restore_regs()
5896 bool reg1 = save_p (i + 1, leaf_function); in emit_save_or_restore_regs()