Home
last modified time | relevance | path

Searched refs:TDF_UID (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddumpfile.h107 TDF_UID = (1 << 8), enumerator
Dtree-pretty-print.cc115 print_generic_expr (stderr, t, TDF_VOPS|TDF_MEMSYMS|TDF_UID); in debug_tree_chain()
121 print_generic_expr (stderr, t, TDF_VOPS|TDF_MEMSYMS|TDF_UID); in debug_tree_chain()
298 if ((flags & TDF_UID) || name == NULL_TREE) in dump_decl_name()
349 if (flags & TDF_UID) in dump_function_name()
Dipa-sra.cc713 print_generic_expr (f, parm, TDF_UID); in dump_gensum_param_descriptors()
764 print_generic_expr (f, parm, TDF_UID); in dump_isra_param_descriptors()
1099 print_generic_expr (dump_file, parm, TDF_UID); in create_parameter_descriptors()
Ddumpfile.cc134 {"uid", TDF_UID},
Dtree-sra.cc2316 print_generic_expr (dump_file, repl, TDF_UID); in create_access_replacement()
Dtree-cfg.cc8113 if (dump_flags & TDF_UID) in dump_function_to_file()
8123 if (dump_flags & TDF_UID) in dump_function_to_file()
Dvar-tracking.cc7336 if (dump_flags & TDF_UID) in dump_var()
DChangeLog.tree-ssa798 * tree-dump.c (struct dump_option_value_info): Add TDF_UID.
799 * tree.h (TDF_UID): Define.
801 * tree-pretty-print.c (debug_generic_expr): Add TDF_UID.
DChangeLog-202025377 TDF_UID.
DChangeLog-201820176 TDF_STATS, TDF_BLOCKS, TDF_VOPS, TDF_LINENO, TDF_UID)
DChangeLog-200434037 TDF_UID,): Define.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc3998 TREE = TDF_UID, /* -uid:Tree streaming. */