Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c259 static void change_stack PARAMS ((rtx, stack, stack,
379 change_stack (insn, regstack, &temp_stack, EMIT_AFTER);
2021 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE);
2256 change_stack (insn, old, new, where) in change_stack() function
2518 change_stack (block->end, &tmpstack, target_stack, EMIT_AFTER);
2589 change_stack (block->end, &tmpstack, target_stack,
2610 change_stack (after, &tmpstack, target_stack, EMIT_BEFORE);
H A DChangeLog.24258 (change_stack): Likewise. Update basic block end.
11475 * reg-stack.c (change_stack) Fixed problem with negative array index.
H A DChangeLog.04937 it for change_stack () instead of INSN.
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c270 static void change_stack (rtx, stack, stack, enum emit_where);
382 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in straighten_stack()
949 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in swap_to_top()
2090 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in subst_asm_stack_regs()
2336 change_stack (rtx insn, stack old, stack new, enum emit_where where) in change_stack() function
2731 change_stack (BB_END (source), &regstack, target_stack, in compensate_edge()
2744 change_stack (after, &regstack, target_stack, EMIT_BEFORE); in compensate_edge()