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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.c748 {".tu", "translation-unit", NULL, TDF_TREE, 0, 1, 0},
749 {".class", "class-hierarchy", NULL, TDF_TREE, 0, 2, 0},
750 {".original", "tree-original", NULL, TDF_TREE, 0, 3, 0},
751 {".gimple", "tree-gimple", NULL, TDF_TREE, 0, 4, 0},
752 {".nested", "tree-nested", NULL, TDF_TREE, 0, 5, 0},
753 {".inlined", "tree-inlined", NULL, TDF_TREE, 0, 6, 0},
754 {".vcg", "tree-vcg", NULL, TDF_TREE, 0, 7, 0},
757 {NULL, "tree-all", NULL, TDF_TREE, 0, 0, 0},
788 {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA
860 if (dfi->flags & TDF_TREE)
[all...]
H A Dtree-pass.h65 #define TDF_TREE (1 << 9) /* is a tree dump */ macro
H A Dpasses.c325 prefix = "tree-", flags = TDF_TREE;

Completed in 180 milliseconds