Lines Matching refs:old_stack_level
2200 rtx *old_stack_level, in initialize_argument_information() argument
2383 if (*old_stack_level == 0) in initialize_argument_information()
2385 emit_stack_save (SAVE_BLOCK, old_stack_level); in initialize_argument_information()
3692 rtx old_stack_level = 0; in expand_call() local
3949 &old_stack_level, &old_pending_adj, in expand_call()
4176 if (old_stack_level == 0) in expand_call()
4178 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_call()
4337 if (old_stack_level == 0) in expand_call()
4339 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_call()
4827 if (old_stack_level) in expand_call()
4831 emit_stack_restore (SAVE_BLOCK, old_stack_level); in expand_call()