Searched refs:c_node (Results 1 – 4 of 4) sorted by relevance
417 struct cgraph_node * c_node = cgraph_node::get (current_function_decl); in gimple_gen_ic_func_profiler() local426 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()
414 struct cgraph_node * c_node = cgraph_node::get (current_function_decl); in gimple_gen_ic_func_profiler() local418 if (c_node->only_called_directly_p ()) in gimple_gen_ic_func_profiler()
545 struct cgraph_node *c_node; in call_ABI_of_interest() local556 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()
5919 struct cgraph_node *c_node; in call_ABI_of_interest() local5930 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()