Home
last modified time | relevance | path

Searched refs:highest_outgoing_arg_in_use (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDcalls.c110 static int highest_outgoing_arg_in_use; variable
862 if (high > highest_outgoing_arg_in_use) in save_fixed_argument_area()
863 high = highest_outgoing_arg_in_use; in save_fixed_argument_area()
2266 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call()
2793 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use, in expand_call()
2796 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use, in expand_call()
2800 stack_usage_map_buf = XNEWVEC (char, highest_outgoing_arg_in_use); in expand_call()
2807 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use) in expand_call()
2809 (highest_outgoing_arg_in_use in expand_call()
2905 stack_usage_map_buf = XCNEWVEC (char, highest_outgoing_arg_in_use); in expand_call()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDcalls.c133 static unsigned int highest_outgoing_arg_in_use; variable
197 const_upper = MIN (const_upper, highest_outgoing_arg_in_use); in stack_region_maybe_used_p()
1059 if (high > highest_outgoing_arg_in_use) in save_fixed_argument_area()
1060 high = highest_outgoing_arg_in_use; in save_fixed_argument_area()
3456 unsigned int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call()
3982 highest_outgoing_arg_in_use in expand_call()
3986 stack_usage_map_buf = XNEWVEC (char, highest_outgoing_arg_in_use); in expand_call()
3993 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use) in expand_call()
3995 (highest_outgoing_arg_in_use in expand_call()
4094 stack_usage_map_buf = XCNEWVEC (char, highest_outgoing_arg_in_use); in expand_call()
[all …]