Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Doutput.h346 extern int current_function_sp_is_unchanging;
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()
Dresource.c1183 || current_function_sp_is_unchanging) in init_resource_info()
Ddf-scan.c1946 || current_function_sp_is_unchanging) in df_record_exit_block_uses()
Dreorg.c2409 || current_function_sp_is_unchanging) in fill_simple_delay_slots()
Dfunction.c106 int current_function_sp_is_unchanging; variable
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-10-stable/contrib/gcc/config/i386/
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()