Searched refs:TDF_RTL (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.h63 #define TDF_RTL (1 << 10) /* is a RTL dump */ macro
H A Ddumpfile.c82 {NULL, "rtl-all", NULL, NULL, NULL, NULL, NULL, TDF_RTL,
125 {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA
665 int ir_dump_type = (flags & (TDF_TREE | TDF_RTL | TDF_IPA));
1006 dumps->dump_enable_all (TDF_RTL | TDF_DETAILS | TDF_BLOCKS, NULL);
H A Dloop-unroll.c225 int report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS;
257 dump_printf_loc (TDF_RTL, locus,
H A Dtree-ssa-loop-ivcanon.c693 int report_flags = MSG_OPTIMIZED_LOCATIONS | TDF_RTL | TDF_DETAILS;
H A Dpasses.c785 flags = TDF_RTL;
H A Dcfgrtl.c2580 print_rtl_with_bb (stderr, get_insns (), TDF_RTL | TDF_BLOCKS | TDF_DETAILS);

Completed in 114 milliseconds