Home
last modified time | relevance | path

Searched refs:current_function_static_stack_size (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dfunction.h491 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
H A Dtoplev.c1049 HOST_WIDE_INT stack_usage = current_function_static_stack_size; in output_stack_usage()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfunction.h213 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
H A Dtoplev.c943 HOST_WIDE_INT stack_usage = current_function_static_stack_size; in output_stack_usage()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c10312 current_function_static_stack_size = stack_size; in ix86_expand_prologue()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c13828 current_function_static_stack_size = stack_size; in ix86_expand_prologue()