Searched refs:initial_highest_arg_in_use (Results 1 – 1 of 1) sorted by relevance
1923 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call() local2410 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use, in expand_call()2413 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use, in expand_call()2421 if (initial_highest_arg_in_use) in expand_call()2423 initial_highest_arg_in_use); in expand_call()2425 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use) in expand_call()2426 memset (&stack_usage_map[initial_highest_arg_in_use], 0, in expand_call()2428 - initial_highest_arg_in_use)); in expand_call()3003 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()3033 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()[all …]