Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Doutput.h346 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.c106 int current_function_sp_is_unchanging; variable
H A DChangeLog-19982587 at a RETURN if current_function_sp_is_unchanging is set.
4507 at the end of the function if current_function_sp_is_unchanging
4509 (life_analysis_1): Set current_function_sp_is_unchanging.
4515 current_function_sp_is_unchanging is set.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c5548 if (TARGET_RED_ZONE && current_function_sp_is_unchanging in ix86_compute_frame_layout()
5911 int sp_valid = !frame_pointer_needed || current_function_sp_is_unchanging; in ix86_expand_epilogue()