Home
last modified time | relevance | path

Searched refs:analyze_expr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dlanghooks.h56 tree (*analyze_expr) (tree *, int *, tree); member
H A Dcgraphunit.c545 if (lang_hooks.callgraph.analyze_expr) in record_reference()
546 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, in record_reference()
573 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data); in record_reference()
H A DChangeLog.tree-ssa3771 * cgraphunit.c (record_call_1): Do not call analyze_expr hook
3774 * longhooks.h (lang_hooks_for_callgraph): Kill analyze_expr.
3987 * cgraphunit.c (record_call_1): Do not call analyze_expr hook
3990 * longhooks.h (lang_hooks_for_callgraph): Kill analyze_expr.
H A DChangeLog-20038812 lower_function with analyze_expr.