Searched refs:current_function_pushed_stack_size (Results 1 – 6 of 6) sorted by relevance
959 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()
215 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) macro
4165 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()
493 #define current_function_pushed_stack_size (cfun->su->pushed_stack_size) macro
1065 if (current_function_pushed_stack_size > 0) in output_stack_usage()1067 stack_usage += current_function_pushed_stack_size; in output_stack_usage()
2962 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()