Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-dump.c747 {".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 …]
HDtree-pass.h65 #define TDF_TREE (1 << 9) /* is a tree dump */ macro
HDpasses.c324 prefix = "tree-", flags = TDF_TREE; in register_one_dump_file()
HDChangeLog-200613870 TDF_TREE, or TDF_IPA bits match.
HDChangeLog-20048921 * tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL,
15025 * tree.h (TDF_TREE, TDF_RTL, get_dump_file_name, dump_initialized_p):