Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcgraph.h292 bool cgraph_function_possibly_inlined_p (tree);
H A Dcgraph.c1028 cgraph_function_possibly_inlined_p (tree decl) in cgraph_function_possibly_inlined_p() function
H A Dcfgexpand.c1773 if (cgraph_function_possibly_inlined_p (current_function_decl)) in tree_expand_cfg()
H A Ddwarf2out.c11886 if (cgraph_function_possibly_inlined_p (decl)) in gen_subprogram_die()
11893 if (cgraph_function_possibly_inlined_p (decl)) in gen_subprogram_die()
13287 else if (cgraph_function_possibly_inlined_p (decl) in gen_decl_die()
H A Dc-decl.c1847 && cgraph_function_possibly_inlined_p (olddecl)) in merge_decls()
H A DChangeLog-20033064 * cgraphunit.c (cgraph_function_possibly_inlined_p): Use
4602 * cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when
4653 * cgraph.c (cgraph_function_possibly_inlined_p): New function.
4654 * cgraph.h (cgraph_function_possibly_inlined_p): Declare.
H A DChangeLog.tree-ssa4140 * cgraph.c (cgraph_function_possibly_inlined_p): Fix syntax error on
4181 (cgraph_function_possibly_inlined_p): Re-implement using hashtable.
H A DChangeLog-200432216 (cgraph_function_possibly_inlined_p): If global info is ready,
32560 (cgraph_function_possibly_inlined_p): Use the decl itself for
36756 (cgraph_function_possibly_inlined_p): Use new hashtable.
38254 * cgraph.c (cgraph_node_name, cgraph_function_possibly_inlined_p):