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

/haiku-buildtools/legacy/gcc/gcc/
H A Dstmt.c1159 rtx *real_output_rtx = (rtx *) alloca (noutputs * sizeof (rtx));
1337 real_output_rtx[i] = NULL_RTX;
1358 real_output_rtx[i] = protect_from_queue (output_rtx[i], 1);
1361 emit_move_insn (output_rtx[i], real_output_rtx[i]);
1648 if (real_output_rtx[i])
1649 emit_move_insn (real_output_rtx[i], output_rtx[i]);
1148 rtx *real_output_rtx = (rtx *) alloca (noutputs * sizeof (rtx)); local
/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c2544 rtx *real_output_rtx = XALLOCAVEC (rtx, noutputs); local
2703 real_output_rtx[i] = NULL_RTX;
2723 real_output_rtx[i] = op;
2726 emit_move_insn (op, real_output_rtx[i]);
2997 if (real_output_rtx[i])
2998 emit_move_insn (real_output_rtx[i], output_rtx[i]);

Completed in 63 milliseconds