Searched refs:c_node (Results 1 – 2 of 2) 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()
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()