/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-cfg.h | 82 extern void dump_function_to_file (tree, FILE *, dump_flags_t);
|
H A D | cgraphclones.cc | 1159 dump_function_to_file (clone_of->decl, symtab->dump_file, in materialize_clone() 1161 dump_function_to_file (decl, symtab->dump_file, dump_flags); in materialize_clone()
|
H A D | ipa-icf.h | 332 dump_function_to_file (decl, file, TDF_DETAILS); in dump_to_file()
|
H A D | omp-oacc-neuter-broadcast.cc | 1600 dump_function_to_file (current_function_decl, dump_file, dump_flags); in oacc_do_neutering() 1818 dump_function_to_file (current_function_decl, dump_file, dump_flags); in oacc_do_neutering()
|
H A D | print-tree.cc | 1201 dump_function_to_file (const_cast <tree_node*> (&ref), stderr, TDF_NONE); in debug_body()
|
H A D | tree-ssa-tail-merge.cc | 1814 dump_function_to_file (current_function_decl, dump_file, dump_flags); in tail_merge_optimize()
|
H A D | profile.cc | 1380 dump_function_to_file (cfun->decl, dump_file, dump_flags); in branch_prob()
|
H A D | ipa-split.cc | 1446 dump_function_to_file (node->decl, dump_file, dump_flags); in split_function()
|
H A D | dumpfile.cc | 2072 dump_function_to_file (fn, stream, flags); in dump_function()
|
H A D | passes.cc | 1798 dump_function_to_file (fn->decl, dump_file, dump_flags); in execute_function_dump()
|
H A D | tree-switch-conversion.cc | 1999 dump_function_to_file (current_function_decl, dump_file, dump_flags); in emit()
|
H A D | tree-cfg.cc | 2580 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in gimple_dump_cfg() 8041 dump_function_to_file (tree fndecl, FILE *file, dump_flags_t flags) in dump_function_to_file() function 8309 dump_function_to_file (fn, stderr, flags); in debug_function()
|
H A D | ChangeLog.tree-ssa | 2656 * tree-cfg.c (dump_function_to_file): Move ";; Function" header ... 4998 (compute_alias_sets): Call dump_function_to_file. 5326 * tree-cfg.c (dump_function_to_file): Mind when cfun is null. 5881 * tree-cfg.c (dump_function_to_file): Update dumping of variables. 5970 (dump_tree_cfg): Use brief_dump_cfg and dump_function_to_file. 5971 (dump_cfg_function_to_file): Merged into dump_function_to_file, 5974 (dump_function_to_file): Moved from tree-dump.c, merged with 5976 * tree-dump.c (dump_function_to_file): Removed. 5980 dump_cfg_function_to_file by dump_function_to_file. 6168 * tree-dump.c (dump_function_to_file): Work without the topmost [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-cfg.h | 82 extern void dump_function_to_file (tree, FILE *, dump_flags_t);
|
H A D | ipa-icf.h | 332 dump_function_to_file (decl, file, TDF_DETAILS); in dump_to_file()
|
H A D | cgraphclones.c | 1115 dump_function_to_file (node->clone_of->decl, symtab->dump_file, in cgraph_materialize_clone() 1117 dump_function_to_file (node->decl, symtab->dump_file, dump_flags); in cgraph_materialize_clone()
|
H A D | print-tree.c | 1192 dump_function_to_file (const_cast <tree_node*> (&ref), stderr, TDF_NONE); in debug_body()
|
H A D | tree-ssa-tail-merge.c | 1808 dump_function_to_file (current_function_decl, dump_file, dump_flags); in tail_merge_optimize()
|
H A D | ipa-split.c | 1427 dump_function_to_file (node->decl, dump_file, dump_flags); in split_function()
|
H A D | passes.c | 1750 dump_function_to_file (fn->decl, dump_file, dump_flags); in execute_function_dump()
|
H A D | dumpfile.c | 2042 dump_function_to_file (fn, stream, flags);
|
H A D | tree-switch-conversion.c | 1962 dump_function_to_file (current_function_decl, dump_file, dump_flags); in emit()
|
H A D | tree-cfg.c | 2560 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in gimple_dump_cfg() 7969 dump_function_to_file (tree fndecl, FILE *file, dump_flags_t flags) in dump_function_to_file() function 8215 dump_function_to_file (fn, stderr, flags); in debug_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 1539 dump_function_to_file (m_inner_fndecl, stderr, TDF_VOPS|TDF_MEMSYMS|TDF_LINENO); in postprocess()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 1921 dump_function_to_file (m_inner_fndecl, stderr, TDF_VOPS|TDF_MEMSYMS|TDF_LINENO); in postprocess()
|