Searched refs:dump_function_header (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.h | 54 extern void dump_function_header (FILE *, tree, dump_flags_t);
|
H A D | tree-profile.c | 772 dump_function_header (dump_file, cfun->decl, dump_flags); in tree_profiling()
|
H A D | passes.c | 2127 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
|
H A D | final.c | 4818 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
|
H A D | omp-expand.c | 1515 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_taskreg() 8174 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_target() 8903 dump_function_header (dump_file, current_function_decl, dump_flags); in expand_omp()
|
H A D | tree-pretty-print.c | 4347 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() function
|
H A D | tree-cfg.c | 2548 dump_function_header (file, current_function_decl, flags); in gimple_dump_cfg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.h | 56 extern void dump_function_header (FILE *, tree, dump_flags_t);
|
H A D | tree-profile.cc | 781 dump_function_header (dump_file, cfun->decl, dump_flags); in tree_profiling()
|
H A D | passes.cc | 2227 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
|
H A D | final.cc | 4445 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
|
H A D | tree-pretty-print.cc | 4566 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() function
|
H A D | omp-expand.cc | 1517 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_taskreg() 9946 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_target() 10392 dump_function_header (dump_file, current_function_decl, dump_flags); in expand_omp()
|
H A D | tree-cfg.cc | 2568 dump_function_header (file, current_function_decl, flags); in gimple_dump_cfg()
|
H A D | ChangeLog-2011 | 23247 * tree-pretty-print.c (dump_function_header): Add flags. 23249 * tree-pretty-print.h (dump_function_header): Adjust. 23620 * tree-pretty-print.c (dump_function_header): Format cleanup. 23691 * tree-pretty-print.c (dump_function_header): New function.
|
H A D | ChangeLog-2013 | 9932 * tree-pretty-print.c (dump_function_header): Time profiler is dumped. 12133 * tree-pretty-print.c (dump_function_header): Likewise. 30508 * tree-pretty-print.c (dump_function_header): Likewise.
|
H A D | ChangeLog-2018 | 20260 * tree-pretty-print.c (dump_function_header): Likewise.
|
H A D | ChangeLog-2017 | 19995 * tree-pretty-print.c (dump_function_header): Likewise.
|
H A D | ChangeLog-2014 | 34300 * tree-pretty-print.c (dump_function_header): Print cgraph uid.
|