Searched refs:stack_in (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dreg-stack.c214 struct stack_def stack_in; /* Input stack configuration. */
236 same as BLOCK_INFO(current_block)->stack_in. */
896 of the current_block. Instead update the current_block's stack_in
900 BLOCK_INFO (current_block)->stack_in = *regstack;
2359 current_block's stack_in instead of inserting insns directly.
2365 BLOCK_INFO (current_block)->stack_in = *new;
2601 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
2605 bi->stack_in.reg[++top] = reg;
2614 bi->stack_in.top = top;
2639 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR)->stack_in;
213 struct stack_def stack_in; /* Input stack configuration. */ member in struct:block_info_def
[all...]

Completed in 114 milliseconds