Home
last modified time | relevance | path

Searched refs:stack_out (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c214 struct stack_def stack_out; /* Output stack configuration. */ member
2863 stack_ptr src_stack = &BLOCK_INFO (e->src)->stack_out; in propagate_stack()
2891 stack_ptr source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge()
3206 bi->stack_out = regstack; in convert_regs_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc215 struct stack_def stack_out; /* Output stack configuration. */ member
2876 stack_ptr src_stack = &BLOCK_INFO (e->src)->stack_out; in propagate_stack()
2904 stack_ptr source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge()
3217 bi->stack_out = regstack; in convert_regs_1()
H A DChangeLog-200115901 * reg-stack.c (block_info_def): Add predecessors counter and stack_out.
15904 (convert_regs_1): ... here; do smart choosing of stack_out to copy.