Searched refs:initial_highest_arg_in_use (Results 1 – 2 of 2) sorted by relevance
1923 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call() local2409 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use, in expand_call()2412 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use, in expand_call()2420 if (initial_highest_arg_in_use) in expand_call()2422 initial_highest_arg_in_use); in expand_call()2424 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use) in expand_call()2425 memset (&stack_usage_map[initial_highest_arg_in_use], 0, in expand_call()2427 - initial_highest_arg_in_use)); in expand_call()3002 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()3032 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()[all …]
2227 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; local2823 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use,2826 highest_outgoing_arg_in_use = MAX (initial_highest_arg_in_use,2832 if (initial_highest_arg_in_use)2834 initial_highest_arg_in_use);2836 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use)2837 memset (&stack_usage_map[initial_highest_arg_in_use], 0,2839 - initial_highest_arg_in_use));3339 highest_outgoing_arg_in_use = initial_highest_arg_in_use;3371 highest_outgoing_arg_in_use = initial_highest_arg_in_use;[all …]