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

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c314 #define sparc_leaf_function_p cfun->machine->leaf_function_p macro
2592 if (sparc_leaf_function_p)
2632 if (sparc_leaf_function_p)
3947 sparc_leaf_function_p
3953 = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p);
3958 if (sparc_leaf_function_p)
3971 else if (sparc_leaf_function_p)
4033 gcc_assert (sparc_leaf_function_p == current_function_uses_only_leaf_regs);
4049 else if (sparc_leaf_function_p)
4074 && (actual_fsize == 0 || !sparc_leaf_function_p);
[all...]

Completed in 122 milliseconds