Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dreg-stack.c2843 stack_ptr source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge() local
2853 if (target_stack->top == source_stack->top) in compensate_edge()
2856 if (target_stack->reg[reg] != source_stack->reg[reg]) in compensate_edge()
2881 gcc_assert (source_stack->top == 0 || source_stack->top == 1); in compensate_edge()
2901 regstack = *source_stack; in compensate_edge()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreg-stack.c2753 stack source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge() local
2763 if (target_stack->top == source_stack->top) in compensate_edge()
2766 if (target_stack->reg[reg] != source_stack->reg[reg]) in compensate_edge()
2791 gcc_assert (source_stack->top == 0 || source_stack->top == 1); in compensate_edge()
2811 regstack = *source_stack; in compensate_edge()