Home
last modified time | relevance | path

Searched refs:dump_cgraph_node (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dipa-utils.c59 dump_cgraph_node(dump_file, order[i]); in ipa_utils_print_order()
H A Dipa-reference.c728 dump_cgraph_node (stderr, orig_y); in merge_callee_local_info()
730 dump_cgraph_node (stderr, target); in merge_callee_local_info()
1082 dump_cgraph_node (stderr, node); in static_execute()
H A Dcgraph.h260 void dump_cgraph_node (FILE *, struct cgraph_node *);
H A Dcgraphunit.c848 dump_cgraph_node (stderr, node); in verify_cgraph_node()
1230 dump_cgraph_node (stderr, node); in cgraph_mark_functions_to_output()
1628 dump_cgraph_node (stderr, node); in cgraph_optimize()
H A Dcgraph.c699 dump_cgraph_node (FILE *f, struct cgraph_node *node) in dump_cgraph_node() function
781 dump_cgraph_node (f, node); in dump_cgraph()
H A DChangeLog-20047685 * cgraph.c.dump_cgraph_node: removed static var analysis.
13061 * cgraph.c (dump_cgraph_node): Added print routines for new fields.
36754 (dump_cgraph_node): Break out from ... ; dump new datastructures.
36765 (dump_cgraph_node, cgraph_edge, cg4raph_clone_edge, cgraph_clone_node,
H A DChangeLog-200516355 (dump_cgraph_node): Dump availability.
16423 * cgraph.c (dump_cgraph_node): Print new flags.
17831 (dump_cgraph_node): Dump count.
H A DChangeLog.tree-ssa4008 (dump_cgraph_node, verify_cgraph, verify_cgraph_node): Declare.