Searched refs:callgraph (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dfunction.c4367 && !lang_hooks.callgraph.expand_function)
H A Dlanghooks.h440 struct lang_hooks_for_callgraph callgraph; member in struct:lang_hooks
H A Dtoplev.c1681 /* Disable unit-at-a-time mode for frontends not supporting callgraph
1683 if (flag_unit_at_a_time && ! lang_hooks.callgraph.expand_function)
H A Dcgraphunit.c81 callgraph and varpool nodes referenced by the as needed.
545 if (lang_hooks.callgraph.analyze_expr)
546 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees,
573 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data);
820 error ("missing callgraph edge for call stmt:");
1143 /* We finalize local static variables during constructing callgraph
1258 lang_hooks.callgraph.expand_function (decl);
1293 propagated across the callgraph. Use a stack to get smaller distance
1534 /* Perform simple optimizations based on callgraph. */
1840 a callgraph updat
[all...]

Completed in 128 milliseconds