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

/freebsd-10.0-release/contrib/gcc/
H A Dgraph.c109 node_data (FILE *fp, rtx tmp_rtx) argument
111 if (PREV_INSN (tmp_rtx) == 0)
121 current_function_name (), XINT (tmp_rtx, 0));
133 current_function_name (), XINT (tmp_rtx, 0),
134 NOTE_P (tmp_rtx) ? "lightgrey"
135 : NONJUMP_INSN_P (tmp_rtx) ? "green"
136 : JUMP_P (tmp_rtx) ? "darkgreen"
137 : CALL_P (tmp_rtx) ? "darkgreen"
138 : LABEL_P (tmp_rtx) ? "\
140 GET_RTX_NAME (GET_CODE (tmp_rtx)), XIN
228 rtx tmp_rtx; local
[all...]
H A Dprint-rtl.c735 rtx tmp_rtx; local
754 for (tmp_rtx = rtx_first; tmp_rtx != 0; tmp_rtx = NEXT_INSN (tmp_rtx))
756 || !NOTE_P (tmp_rtx) || NOTE_LINE_NUMBER (tmp_rtx) < 0)
759 print_rtx (tmp_rtx);
H A Dcfgrtl.c1627 rtx tmp_rtx;
1660 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
1664 if ((bb = start[INSN_UID (tmp_rtx)]) != NULL)
1672 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB
1673 && !NOTE_P (tmp_rtx)
1674 && !BARRIER_P (tmp_rtx))
1676 else if (in_bb_p[INSN_UID (tmp_rtx)]
1616 rtx tmp_rtx; local
[all...]

Completed in 126 milliseconds