Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Doutput.h429 extern int current_function_sp_is_unchanging;
H A Dflow.c913 current_function_sp_is_unchanging = 0;
924 current_function_sp_is_unchanging = !current_function_calls_alloca;
925 if (! current_function_sp_is_unchanging)
935 if (! current_function_sp_is_unchanging)
980 || current_function_sp_is_unchanging)
H A Dresource.c1187 || current_function_sp_is_unchanging)
H A Dreorg.c2479 || current_function_sp_is_unchanging)
H A Dfunction.c113 int current_function_sp_is_unchanging; variable
6343 current_function_sp_is_unchanging = 0; in prepare_function_start()
H A DChangeLog.19906 at a RETURN if current_function_sp_is_unchanging is set.
11826 at the end of the function if current_function_sp_is_unchanging
11828 (life_analysis_1): Set current_function_sp_is_unchanging.
11834 current_function_sp_is_unchanging is set.
/openbsd/gnu/gcc/gcc/
H A Doutput.h345 extern int current_function_sp_is_unchanging;
H A Dflow.c890 current_function_sp_is_unchanging = 0; in notice_stack_pointer_modification_1()
901 current_function_sp_is_unchanging = !current_function_calls_alloca; in notice_stack_pointer_modification()
902 if (! current_function_sp_is_unchanging) in notice_stack_pointer_modification()
914 if (! current_function_sp_is_unchanging) in notice_stack_pointer_modification()
955 || current_function_sp_is_unchanging) in mark_regs_live_at_end()
H A Dresource.c1183 || current_function_sp_is_unchanging) in init_resource_info()
H A Ddf-scan.c1946 || current_function_sp_is_unchanging) in df_record_exit_block_uses()
H A Dreorg.c2409 || current_function_sp_is_unchanging) in fill_simple_delay_slots()
H A Dfunction.c104 int current_function_sp_is_unchanging; variable
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.c1908 if (! current_function_sp_is_unchanging) in frv_expand_epilogue()
2095 return !current_function_sp_is_unchanging; in frv_frame_pointer_required()
2106 if (!current_function_sp_is_unchanging) in frv_frame_pointer_required()
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c1788 if (! current_function_sp_is_unchanging)
1978 if (!current_function_sp_is_unchanging) in frv_frame_pointer_required()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c4652 if (TARGET_64BIT && TARGET_RED_ZONE && current_function_sp_is_unchanging
4867 int sp_valid = !frame_pointer_needed || current_function_sp_is_unchanging;
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c5280 if (TARGET_RED_ZONE && current_function_sp_is_unchanging in ix86_compute_frame_layout()
5692 int sp_valid = !frame_pointer_needed || current_function_sp_is_unchanging; in ix86_expand_epilogue()