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

/freebsd-11-stable/contrib/gcc/
H A Dtree-dump.c758 {NULL, "rtl-all", NULL, TDF_RTL, 0, 0, 0},
788 {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA
960 int ir_type = (flags & (TDF_TREE | TDF_RTL | TDF_IPA));
1089 return dump_enable_all (TDF_RTL | TDF_DETAILS | TDF_BLOCKS, letter) > 0;
H A Dtree-pass.h66 #define TDF_RTL (1 << 10) /* is a RTL dump */ macro
H A Dpasses.c327 prefix = "rtl-", flags = TDF_RTL;

Completed in 127 milliseconds