Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcalls.c1923 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call() local
2410 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 …]