Searched refs:DUMP_IGRAPH (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ra-debug.c | 663 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 D | ra.h | 512 #define DUMP_IGRAPH 0x0004 macro
|