Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c944 if (maybe_ne (current_function_pushed_stack_size, 0)) in output_stack_usage_1()
947 if (current_function_pushed_stack_size.is_constant (&extra)) in output_stack_usage_1()
954 extra = constant_lower_bound (current_function_pushed_stack_size); in output_stack_usage_1()
H A Dfunction.h238 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) macro
H A Dcalls.c4423 current_function_pushed_stack_size in expand_call()
4424 = upper_bound (current_function_pushed_stack_size, pushed); in expand_call()
5354 current_function_pushed_stack_size in emit_library_call_value_1()
5355 = upper_bound (current_function_pushed_stack_size, pushed); in emit_library_call_value_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc801 if (maybe_ne (current_function_pushed_stack_size, 0)) in output_stack_usage_1()
804 if (current_function_pushed_stack_size.is_constant (&extra)) in output_stack_usage_1()
811 extra = constant_lower_bound (current_function_pushed_stack_size); in output_stack_usage_1()
H A Dfunction.h239 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) macro
H A Dcalls.cc3415 current_function_pushed_stack_size in expand_call()
3416 = upper_bound (current_function_pushed_stack_size, pushed); in expand_call()
4354 current_function_pushed_stack_size in emit_library_call_value_1()
4355 = upper_bound (current_function_pushed_stack_size, pushed); in emit_library_call_value_1()
H A DChangeLog-201016034 Update current_function_pushed_stack_size.
16044 (current_function_pushed_stack_size): Likewise.
H A DChangeLog-2017792 current_function_pushed_stack_size.