Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc2675 unsigned int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call() local
3233 = MAX (initial_highest_arg_in_use, const_limit); in expand_call()
3239 if (initial_highest_arg_in_use) in expand_call()
3241 initial_highest_arg_in_use); in expand_call()
3243 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use) in expand_call()
3244 memset (&stack_usage_map[initial_highest_arg_in_use], 0, in expand_call()
3246 - initial_highest_arg_in_use)); in expand_call()
3836 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()
3868 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()
4094 unsigned int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in emit_library_call_value_1() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c3684 unsigned int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in expand_call() local
4241 = MAX (initial_highest_arg_in_use, const_limit); in expand_call()
4247 if (initial_highest_arg_in_use) in expand_call()
4249 initial_highest_arg_in_use); in expand_call()
4251 if (initial_highest_arg_in_use != highest_outgoing_arg_in_use) in expand_call()
4252 memset (&stack_usage_map[initial_highest_arg_in_use], 0, in expand_call()
4254 - initial_highest_arg_in_use)); in expand_call()
4839 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()
4871 highest_outgoing_arg_in_use = initial_highest_arg_in_use; in expand_call()
5094 unsigned int initial_highest_arg_in_use = highest_outgoing_arg_in_use; in emit_library_call_value_1() local
[all …]