Searched refs:highest_outgoing_arg_in_use (Results 1 – 2 of 2) sorted by relevance
110 static int highest_outgoing_arg_in_use; variable862 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 …]
133 static unsigned int highest_outgoing_arg_in_use; variable197 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 …]