Home
last modified time | relevance | path

Searched refs:current_function_pushed_stack_size (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtoplev.c959 if (maybe_ne (current_function_pushed_stack_size, 0)) in output_stack_usage()
962 if (current_function_pushed_stack_size.is_constant (&extra)) in output_stack_usage()
969 extra = constant_lower_bound (current_function_pushed_stack_size); in output_stack_usage()
H A Dfunction.h215 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) macro
H A Dcalls.c4165 current_function_pushed_stack_size in expand_call()
4166 = upper_bound (current_function_pushed_stack_size, pushed); in expand_call()
5121 current_function_pushed_stack_size in emit_library_call_value_1()
5122 = upper_bound (current_function_pushed_stack_size, pushed); in emit_library_call_value_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfunction.h493 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) macro
H A Dtoplev.c1065 if (current_function_pushed_stack_size > 0) in output_stack_usage()
1067 stack_usage += current_function_pushed_stack_size; in output_stack_usage()
H A Dcalls.c2962 if (pushed > current_function_pushed_stack_size) in expand_call()
2963 current_function_pushed_stack_size = pushed; in expand_call()
3847 if (pushed > current_function_pushed_stack_size) in emit_library_call_value_1()
3848 current_function_pushed_stack_size = pushed; in emit_library_call_value_1()