Searched refs:source_stack (Results 1 – 2 of 2) sorted by relevance
2843 stack_ptr source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge() local2853 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()
2753 stack source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge() local2763 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()