HomeSort by: relevance | last modified time | path
    Searched defs:stack_in (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
reg-stack.cc 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;
2582 current_block's stack_in instead of inserting insns directly.
2588 BLOCK_INFO (current_block)->stack_in = *new_stack;
2842 if (TEST_HARD_REG_BIT (bi->stack_in.reg_set, reg))
2846 bi->stack_in.reg[++top] = reg;
2854 bi->stack_in.top = top;
2878 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...]
  /src/external/gpl3/gcc.old/dist/gcc/
reg-stack.cc 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;
214 struct stack_def stack_in; \/* Input stack configuration. *\/ member in struct:block_info_def
    [all...]

Completed in 26 milliseconds