Home
last modified time | relevance | path

Searched refs:GET_NOTE_INSN_NAME (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dgraph.c151 name = GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (tmp_rtx)); in node_data()
H A Dprint-rtl.c489 fprintf (outfile, " %s", GET_NOTE_INSN_NAME (XINT (in_rtx, i))); in print_rtx()
H A Dsched-vis.c686 GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (x))); in print_insn()
H A Drtl.h895 #define GET_NOTE_INSN_NAME(NOTE_CODE) \ macro
H A Dsched-rgn.c2586 fprintf (sched_dump, "%s\n", GET_NOTE_INSN_NAME (n)); in debug_dependencies()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgraph.c152 name = GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (tmp_rtx));
H A Dprint-rtl.c423 fprintf (outfile, " %s", GET_NOTE_INSN_NAME (XINT (in_rtx, i)));
H A Dsched-vis.c808 GET_NOTE_INSN_NAME (NOTE_LINE_NUMBER (x)));
H A Dra-debug.c397 fprintf (file, " %s", GET_NOTE_INSN_NAME (ln));
H A Dsched-rgn.c2643 fprintf (sched_dump, "%s\n", GET_NOTE_INSN_NAME (n)); in debug_dependencies()
H A Drtl.h904 #define GET_NOTE_INSN_NAME(NOTE_CODE) \ macro
H A DChangeLog.35427 * 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 DChangeLog.012814 * haifa-sched.c (debug_dependencies): Use GET_NOTE_INSN_NAME to
H A DChangeLog.59289 (GET_NOTE_INSN_NAME): Cast enum to int.