Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c2664 stack source_stack = &BLOCK_INFO (source)->stack_out; in compensate_edge() local
2674 if (target_stack->top == source_stack->top) in compensate_edge()
2677 if (target_stack->reg[reg] != source_stack->reg[reg]) in compensate_edge()
2702 gcc_assert (source_stack->top == 0 || source_stack->top == 1); in compensate_edge()
2722 regstack = *source_stack; in compensate_edge()