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

/freebsd-11.0-release/contrib/gcc/
H A Dreg-stack.c224 /* Passed to change_stack to indicate where to emit insns. */
271 static void change_stack (rtx, stack, stack, enum emit_where);
386 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE);
960 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE);
2105 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE);
2353 change_stack (rtx insn, stack old, stack new, enum emit_where where)
2740 /* Make a copy of source_stack as change_stack is destructive. */
2750 change_stack (BB_END (source), &regstack, target_stack,
2760 /* ??? change_stack needs some point to emit insns after. */
2763 change_stack (afte
2336 change_stack (rtx insn, stack old, stack new, enum emit_where where) function
[all...]

Completed in 52 milliseconds