Searched refs:debug_new_regalloc (Results 1 – 4 of 4) sorted by relevance
151 unsigned int debug_new_regalloc = -1; variable683 case 0: debug_new_regalloc = DUMP_EVER; break; in reg_alloc()684 case 1: debug_new_regalloc = DUMP_COSTS; break; in reg_alloc()685 case 2: debug_new_regalloc = DUMP_IGRAPH_M; break; in reg_alloc()686 case 3: debug_new_regalloc = DUMP_COLORIZE + DUMP_COSTS; break; in reg_alloc()687 case 4: debug_new_regalloc = DUMP_COLORIZE + DUMP_COSTS + DUMP_WEBS; in reg_alloc()689 case 5: debug_new_regalloc = DUMP_FINAL_RTL + DUMP_COSTS + in reg_alloc()692 case 6: debug_new_regalloc = DUMP_VALIDIFY; break; in reg_alloc()695 debug_new_regalloc = 0; in reg_alloc()700 if ((debug_new_regalloc & DUMP_REGCLASS) == 0) in reg_alloc()[all …]
54 if ((debug_new_regalloc & level) != 0 && rtl_dump_file != NULL) in ra_debug_msg()663 if (!rtl_dump_file || (debug_new_regalloc & (DUMP_IGRAPH | DUMP_WEBS)) == 0)745 if (!rtl_dump_file || (debug_new_regalloc & DUMP_IGRAPH_M) == 0) in dump_igraph_machine()805 if (!rtl_dump_file || (debug_new_regalloc & DUMP_CONSTRAINTS) == 0) in dump_constraints()860 if (!rtl_dump_file || (debug_new_regalloc & level) == 0)883 if (!rtl_dump_file || (debug_new_regalloc & DUMP_RESULTS) == 0)
533 extern unsigned int debug_new_regalloc;
1570 if (rtl_dump_file && (debug_new_regalloc & DUMP_REBUILD) != 0) in detect_web_parts_to_rebuild()