Searched refs:GET_NOTE_INSN_NAME (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | graph.c | 151 name = GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (tmp_rtx)); in node_data()
|
H A D | print-rtl.c | 489 fprintf (outfile, " %s", GET_NOTE_INSN_NAME (XINT (in_rtx, i))); in print_rtx()
|
H A D | sched-vis.c | 686 GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (x))); in print_insn()
|
H A D | rtl.h | 895 #define GET_NOTE_INSN_NAME(NOTE_CODE) \ macro
|
H A D | sched-rgn.c | 2586 fprintf (sched_dump, "%s\n", GET_NOTE_INSN_NAME (n)); in debug_dependencies()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | graph.c | 152 name = GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (tmp_rtx));
|
H A D | print-rtl.c | 423 fprintf (outfile, " %s", GET_NOTE_INSN_NAME (XINT (in_rtx, i)));
|
H A D | sched-vis.c | 808 GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (x)));
|
H A D | ra-debug.c | 397 fprintf (file, " %s", GET_NOTE_INSN_NAME (ln));
|
H A D | sched-rgn.c | 2643 fprintf (sched_dump, "%s\n", GET_NOTE_INSN_NAME (n)); in debug_dependencies()
|
H A D | rtl.h | 904 #define GET_NOTE_INSN_NAME(NOTE_CODE) \ macro
|
H A D | ChangeLog.3 | 5427 * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array. 6463 (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
|
H A D | ChangeLog.0 | 12814 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
|
H A D | ChangeLog.5 | 9289 (GET_NOTE_INSN_NAME): Cast enum to int.
|