Searched refs:dump_function_to_file (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-dump.h | 93 extern void dump_function_to_file (tree, FILE *, int);
|
H A D | passes.c | 765 dump_function_to_file (current_function_decl, in execute_todo()
|
H A D | tree-dump.c | 1077 dump_function_to_file (fn, stream, flags); in dump_function()
|
H A D | tree-cfg.c | 2312 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in dump_tree_cfg() 5023 dump_function_to_file (tree fn, FILE *file, int flags) in dump_function_to_file() function 5133 dump_function_to_file (fn, stderr, flags); in debug_function()
|
H A D | tree-vrp.c | 3868 dump_function_to_file (current_function_decl, dump_file, dump_flags); in insert_range_assertions()
|