/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-dump.h | 93 extern void dump_function_to_file (tree, FILE *, int);
|
H A D | graphite.c | 215 dump_function_to_file (current_function_decl, dump_file, dump_flags); in graphite_initialize()
|
H A D | tree-dump.c | 1119 dump_function_to_file (fn, stream, flags); in dump_function()
|
H A D | cgraphunit.c | 2442 dump_function_to_file (node->clone_of->decl, cgraph_dump_file, dump_flags); in cgraph_materialize_clone() 2443 dump_function_to_file (node->decl, cgraph_dump_file, dump_flags); in cgraph_materialize_clone()
|
H A D | ipa-split.c | 1215 dump_function_to_file (node->decl, dump_file, dump_flags); in split_function()
|
H A D | tree-ssa-tail-merge.c | 1619 dump_function_to_file (current_function_decl, dump_file, dump_flags); in tail_merge_optimize()
|
H A D | tree-cfg.c | 2119 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in gimple_dump_cfg() 6536 dump_function_to_file (tree fn, FILE *file, int flags) in dump_function_to_file() function 6682 dump_function_to_file (fn, stderr, flags); in debug_function()
|
H A D | passes.c | 1645 dump_function_to_file (current_function_decl, dump_file, dump_flags); in execute_function_dump()
|
H A D | tree-nested.c | 2531 dump_function_to_file (root->context, dump_file, dump_flags); in finalize_nesting_tree_1()
|
H A D | tree-vrp.c | 5211 dump_function_to_file (current_function_decl, dump_file, dump_flags); in insert_range_assertions()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-cfg.h | 83 extern void dump_function_to_file (tree, FILE *, dump_flags_t);
|
H A D | ipa-icf.h | 314 dump_function_to_file (decl, file, TDF_DETAILS); in dump_to_file()
|
H A D | cgraphclones.c | 1048 dump_function_to_file (node->clone_of->decl, symtab->dump_file, in cgraph_materialize_clone() 1050 dump_function_to_file (node->decl, symtab->dump_file, dump_flags); in cgraph_materialize_clone()
|
H A D | dumpfile.c | 1035 dump_function_to_file (fn, stream, flags); in dump_function()
|
H A D | print-tree.c | 1073 dump_function_to_file (const_cast <tree_node*> (&ref), stderr, 0); in debug_body()
|
H A D | tree-ssa-tail-merge.c | 1809 dump_function_to_file (current_function_decl, dump_file, dump_flags); in tail_merge_optimize()
|
H A D | ipa-split.c | 1450 dump_function_to_file (node->decl, dump_file, dump_flags); in split_function()
|
H A D | passes.c | 1762 dump_function_to_file (fn->decl, dump_file, dump_flags); in execute_function_dump()
|
H A D | tree-switch-conversion.c | 1978 dump_function_to_file (current_function_decl, dump_file, dump_flags); in emit_case_decision_tree()
|
H A D | tree-cfg.c | 2557 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in gimple_dump_cfg() 7991 dump_function_to_file (tree fndecl, FILE *file, dump_flags_t flags) in dump_function_to_file() function 8214 dump_function_to_file (fn, stderr, flags); in debug_function()
|
H A D | tree-nested.c | 3254 dump_function_to_file (root->context, dump_file, dump_flags); in finalize_nesting_tree_1()
|
H A D | omp-expand.c | 1386 dump_function_to_file (child_fn, dump_file, dump_flags); in expand_omp_taskreg() 7135 dump_function_to_file (child_fn, dump_file, dump_flags); in expand_omp_target()
|
H A D | hsa-gen.c | 6424 dump_function_to_file (current_function_decl, dump_file, TDF_DETAILS); in convert_switch_statements()
|
H A D | tree-vrp.c | 4826 dump_function_to_file (current_function_decl, dump_file, dump_flags); in insert_range_assertions()
|