#include "tree.h"


Go to the source code of this file.
Definition at line 294 of file cgraphunit.c.
Referenced by cgraph_finalize_compilation_unit(), cgraph_finalize_function(), and cp_finish_file().
Definition at line 1845 of file cgraphunit.c.
Referenced by build_cdtor(), create_coverage(), and mudflap_finish_file().
Definition at line 771 of file cgraph.c.
References cgraph_create_edge(), and cgraph_edge().
Referenced by cgraph_clone_node(), cgraph_copy_node_for_versioning(), copy_bb(), and copy_body_r().
Definition at line 1075 of file cgraphunit.c.
References cgraph_clone_inlined_nodes(), cgraph_clone_node(), cgraph_node(), cgraph_redirect_edge_callee(), DECL_EXTERNAL, gcc_assert, n, nfunctions_inlined, and overall_insns.
Referenced by cgraph_clone_inlined_nodes(), cgraph_decide_recursive_inlining(), cgraph_mark_inline_edge(), save_inline_function_body(), and tree_rest_of_compilation().
Definition at line 781 of file cgraph.c.
References cgraph_clone_edge(), cgraph_create_node(), cgraph_edge(), and cgraph_node().
Referenced by cgraph_clone_inlined_nodes(), cgraph_decide_recursive_inlining(), save_inline_function_body(), and tree_rest_of_compilation().
| struct cgraph_edge* cgraph_create_edge | ( | struct cgraph_node * | , | |
| struct cgraph_node * | , | |||
| tree | ||||
| ) | [read] |
Definition at line 271 of file cgraph.c.
References cgraph_edge(), DECL_SAVED_TREE, gcc_assert, ggc_alloc, N_, NULL, and TREE_CODE.
Referenced by cgraph_clone_edge(), cgraph_create_edges(), expand_call_inline(), rebuild_cgraph_edges(), and record_call_1().
Definition at line 489 of file cgraphunit.c.
References NULL, pointer_set_create(), pointer_set_destroy(), record_call_1(), and walk_tree().
Referenced by cgraph_analyze_function().
Definition at line 325 of file cgraphunit.c.
Referenced by cgraph_assemble_pending_functions(), cgraph_build_static_cdtor(), expand_or_defer_fn(), finalize_nesting_tree_1(), and finish_function().
Definition at line 1111 of file cgraphunit.c.
References cgraph_clone_inlined_nodes(), cgraph_estimate_size_after_inlining(), cgraph_node(), DECL_POSSIBLY_INLINED, gcc_assert, ncalls_inlined, NULL, and overall_insns.
Referenced by cgraph_decide_inlining(), cgraph_decide_inlining_of_small_functions(), cgraph_decide_recursive_inlining(), cgraph_flatten_node(), and cgraph_mark_inline().
Definition at line 1751 of file cgraphunit.c.
Referenced by cgraph_expand_function(), and tree_rest_of_compilation().
| struct cgraph_edge GTY | ( | (chain_next("%h.next_caller"), chain_prev("%h.prev_caller")) | ) | [read] |
| struct cgraph_node GTY | ( | (chain_next("%h.next"), chain_prev("%h.previous")) | ) | [read] |
| struct cgraph_local_info GTY | ( | () | ) | [read, write] |
Definition at line 635 of file cgraphunit.c.
Referenced by cgraph_optimize(), and cgraph_remove_unreachable_nodes().
Definition at line 548 of file cgraphunit.c.
Referenced by expand_call_inline(), optimize_inline_calls(), save_inline_function_body(), and verify_cgraph().
Referenced by cgraph_build_static_cdtor(), cgraph_function_possibly_inlined_p(), cgraph_global_info(), cgraph_mark_reachable_node(), cgraph_optimize(), cgraph_preserve_function_body_p(), cgraph_remove_node(), cgraph_varpool_finalize_decl(), expand_call_inline(), finish_function(), mark_decl_referenced(), rest_of_decl_compilation(), tree_rest_of_compilation(), and wrapup_global_declaration_2().
1.5.6