Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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/dist/gcc/config/rs6000/
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()