Searched refs:TDF_TREE (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-dump.c | 747 {".tu", "translation-unit", NULL, TDF_TREE, 0, 1, 0}, 748 {".class", "class-hierarchy", NULL, TDF_TREE, 0, 2, 0}, 749 {".original", "tree-original", NULL, TDF_TREE, 0, 3, 0}, 750 {".gimple", "tree-gimple", NULL, TDF_TREE, 0, 4, 0}, 751 {".nested", "tree-nested", NULL, TDF_TREE, 0, 5, 0}, 752 {".inlined", "tree-inlined", NULL, TDF_TREE, 0, 6, 0}, 753 {".vcg", "tree-vcg", NULL, TDF_TREE, 0, 7, 0}, 756 {NULL, "tree-all", NULL, TDF_TREE, 0, 0, 0}, 787 {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA 859 if (dfi->flags & TDF_TREE) in get_dump_file_name() [all …]
|
| D | tree-pass.h | 65 #define TDF_TREE (1 << 9) /* is a tree dump */ macro
|
| D | passes.c | 324 prefix = "tree-", flags = TDF_TREE; in register_one_dump_file()
|