diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 45238fddd82..e5344782fb8 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -3164,6 +3164,15 @@ extern const char *dump_flag_name PARAMS ((enum tree_dump_index)); extern void set_decl_rtl PARAMS ((tree, rtx)); +/* In callgraph.c */ +void cgraph_finalize_function PARAMS ((tree, tree)); +void cgraph_finalize_compilation_unit PARAMS ((void)); +void cgraph_create_edges PARAMS ((tree, tree)); +void dump_cgraph PARAMS ((FILE *)); +void cgraph_optimize PARAMS ((void)); +void cgraph_remove_call PARAMS ((tree, tree)); +bool cgraph_calls_p PARAMS ((tree, tree)); + /* Redefine abort to report an internal error w/o coredump, and reporting the location of the error in the source file. This logic |