Searched refs:TDF_TREE (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.h62 #define TDF_TREE (1 << 9) /* is a tree dump */ macro
H A Ddumpfile.c68 {".tu", "translation-unit", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
70 {".class", "class-hierarchy", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
72 {".original", "tree-original", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
74 {".gimple", "tree-gimple", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
76 {".nested", "tree-nested", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
80 {NULL, "tree-all", NULL, NULL, NULL, NULL, NULL, TDF_TREE,
125 {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA
291 if (dfi->pflags & TDF_TREE)
665 int ir_dump_type = (flags & (TDF_TREE | TDF_RTL | TDF_IPA));
H A Dstatistics.c272 "statistics", TDF_TREE,
H A Dtree-ssa-loop-prefetch.c333 print_generic_expr (file, step, TDF_TREE);
598 print_generic_expr (dump_file, ref, TDF_TREE);
615 print_generic_expr (dump_file, ref, TDF_TREE);
H A Dpasses.c780 flags = TDF_TREE;

Completed in 107 milliseconds