Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c1923 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call() local
2409 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c2227 int initial_highest_arg_in_use = highest_outgoing_arg_in_use; local
2823 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 …]