Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc417 struct cgraph_node * c_node = cgraph_node::get (current_function_decl); in gimple_gen_ic_func_profiler() local
426 if (c_node->only_called_directly_p () in gimple_gen_ic_func_profiler()
427 || c_node->called_by_ifunc_resolver) in gimple_gen_ic_func_profiler()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c414 struct cgraph_node * c_node = cgraph_node::get (current_function_decl); in gimple_gen_ic_func_profiler() local
418 if (c_node->only_called_directly_p ()) in gimple_gen_ic_func_profiler()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc545 struct cgraph_node *c_node; in call_ABI_of_interest() local
556 c_node = cgraph_node::get (fndecl); in call_ABI_of_interest()
557 c_node = c_node->ultimate_alias_target (); in call_ABI_of_interest()
558 return !c_node->only_called_directly_p (); in call_ABI_of_interest()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c5919 struct cgraph_node *c_node; in call_ABI_of_interest() local
5930 c_node = cgraph_node::get (fndecl); in call_ABI_of_interest()
5931 c_node = c_node->ultimate_alias_target (); in call_ABI_of_interest()
5932 return !c_node->only_called_directly_p (); in call_ABI_of_interest()