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

/freebsd-10.1-release/contrib/gcc/
H A Dreg-stack.c2683 stack source_stack = &BLOCK_INFO (source)->stack_out;
2693 if (target_stack->top == source_stack->top)
2696 if (target_stack->reg[reg] != source_stack->reg[reg])
2721 gcc_assert (source_stack->top == 0 || source_stack->top == 1);
2740 /* Make a copy of source_stack as change_stack is destructive. */
2741 regstack = *source_stack;
2664 stack source_stack = &BLOCK_INFO (source)->stack_out; local

Completed in 50 milliseconds