Lines Matching defs:stack_in
215 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;
2896 stack_ptr dest_stack = &BLOCK_INFO (e->dest)->stack_in;
2922 stack_ptr target_stack = &BLOCK_INFO (target)->stack_in;
3018 source block to the stack_in of the destination block. */
3081 if (bi->stack_in.top == -2)
3097 bi->stack_in.top = -1;
3099 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
3100 bi->stack_in.reg[++bi->stack_in.top] = reg;
3107 print_stack (dump_file, &bi->stack_in);
3114 regstack = bi->stack_in;
3173 subst_all_stack_regs_in_debug_insn (insn, &bi->stack_in);
3400 bi->stack_in.top = -2;
3408 SET_HARD_REG_BIT (bi->stack_in.reg_set, reg);