Home
last modified time | relevance | path

Searched refs:DUMP_IGRAPH (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-debug.c663 if (!rtl_dump_file || (debug_new_regalloc & (DUMP_IGRAPH | DUMP_WEBS)) == 0)
665 ra_debug_msg (DUMP_IGRAPH, "conflicts:\n ");
675 ra_debug_msg (DUMP_IGRAPH, "%d (SUBREG %d, %d) with ", def1,
679 ra_debug_msg (DUMP_IGRAPH, "%d (REG %d) with ", def1,
683 ra_debug_msg (DUMP_IGRAPH, "\n ");
687 ra_debug_msg (DUMP_IGRAPH, "%d(%d,%d) ", def2, ID2WEB (def2)->regno,
690 ra_debug_msg (DUMP_IGRAPH, "%d(%d) ", def2, ID2WEB (def2)->regno);
693 ra_debug_msg (DUMP_IGRAPH, "\n ");
695 ra_debug_msg (DUMP_IGRAPH, "\n");
699 ra_debug_msg (DUMP_IGRAPH, "move: insn %d: Web %d <-- Web %d\n",
H A Dra.h512 #define DUMP_IGRAPH 0x0004 macro