Searched refs:callgraph (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dlanghooks.h430 struct lang_hooks_for_callgraph callgraph; member in struct:lang_hooks
H A Dcgraphunit.c81 callgraph and varpool nodes referenced by the as needed.
531 if (lang_hooks.callgraph.analyze_expr)
532 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees,
559 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data);
806 error ("missing callgraph edge for call stmt:");
1129 /* We finalize local static variables during constructing callgraph
1244 lang_hooks.callgraph.expand_function (decl);
1279 propagated across the callgraph. Use a stack to get smaller distance
1520 /* Perform simple optimizations based on callgraph. */
1826 a callgraph updat
[all...]
H A Dtoplev.c1634 /* Disable unit-at-a-time mode for frontends not supporting callgraph
1636 if (flag_unit_at_a_time && ! lang_hooks.callgraph.expand_function)
H A Dfunction.c4355 && !lang_hooks.callgraph.expand_function)

Completed in 180 milliseconds