Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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.c1792 if (cgraph_function_possibly_inlined_p (current_function_decl)) in tree_expand_cfg()
H A Ddwarf2out.c11779 if (cgraph_function_possibly_inlined_p (decl)) in gen_subprogram_die()
11786 if (cgraph_function_possibly_inlined_p (decl)) in gen_subprogram_die()
13156 else if (cgraph_function_possibly_inlined_p (decl) in gen_decl_die()
H A Dc-decl.c1790 && cgraph_function_possibly_inlined_p (olddecl)) in merge_decls()