Searched refs:old_stack_level (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dcalls.c928 rtx *old_stack_level, int *old_pending_adj,
1037 if (*old_stack_level == 0)
1039 emit_stack_save (SAVE_BLOCK, old_stack_level, NULL_RTX);
1931 rtx old_stack_level = 0;
2159 &old_stack_level, &old_pending_adj,
2355 if (old_stack_level == 0)
2357 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX);
2510 if (old_stack_level == 0)
2512 emit_stack_save (SAVE_BLOCK, &old_stack_level,
2997 if (old_stack_level
920 initialize_argument_information(int num_actuals ATTRIBUTE_UNUSED, struct arg_data *args, struct args_size *args_size, int n_named_args ATTRIBUTE_UNUSED, tree actparms, tree fndecl, CUMULATIVE_ARGS *args_so_far, int reg_parm_stack_space, rtx *old_stack_level, int *old_pending_adj, int *must_preallocate, int *ecf_flags, bool *may_tailcall, bool call_from_thunk_p) argument
1930 rtx old_stack_level = 0; local
[all...]
H A Dbuiltins.c1382 rtx old_stack_level = 0;
1408 emit_stack_save (SAVE_NONLOCAL, &old_stack_level, NULL_RTX);
1411 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX);
1517 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX);
1520 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX);
1381 rtx old_stack_level = 0; local

Completed in 161 milliseconds