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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c214 struct stack_def stack_in; /* Input stack configuration. */
236 same as BLOCK_INFO(current_block)->stack_in. */
993 of the current_block. Instead update the current_block's stack_in
997 BLOCK_INFO (current_block)->stack_in = *regstack;
2564 current_block's stack_in instead of inserting insns directly.
2570 BLOCK_INFO (current_block)->stack_in = *new_stack;
2824 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
2828 bi->stack_in.reg[++top] = reg;
2836 bi->stack_in.top = top;
2860 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR_FOR_FN (cfun))->stack_in;
213 struct stack_def stack_in; /* Input stack configuration. */ member in struct:block_info_def
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc215 struct stack_def stack_in; /* Input stack configuration. */
237 same as BLOCK_INFO(current_block)->stack_in. */
994 of the current_block. Instead update the current_block's stack_in
998 BLOCK_INFO (current_block)->stack_in = *regstack;
2577 current_block's stack_in instead of inserting insns directly.
2583 BLOCK_INFO (current_block)->stack_in = *new_stack;
2837 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
2841 bi->stack_in.reg[++top] = reg;
2849 bi->stack_in.top = top;
2873 output_stack = &BLOCK_INFO (EXIT_BLOCK_PTR_FOR_FN (cfun))->stack_in;
214 struct stack_def stack_in; /* Input stack configuration. */ member in struct:block_info_def
[all...]

Completed in 196 milliseconds