Lines Matching refs:callee
44 if (e->callee->global.inlined_to) in update_inlined_to_pointer()
46 e->callee->global.inlined_to = inlined_to; in update_inlined_to_pointer()
47 update_inlined_to_pointer (e->callee, inlined_to); in update_inlined_to_pointer()
250 if (!e->callee->reachable in cgraph_remove_unreachable_nodes()
253 || !DECL_EXTERNAL (e->callee->decl) in cgraph_remove_unreachable_nodes()
255 e->callee->reachable = true; in cgraph_remove_unreachable_nodes()
256 enqueue_cgraph_node (e->callee, &first); in cgraph_remove_unreachable_nodes()
862 decl_node = cgraph_function_node (decl_node->callees->callee, NULL); in function_and_variable_visibility()
1066 if (e->callee->local.local && !e->callee->aux) in ipa_profile()
1069 e->callee->aux = (void *)1; in ipa_profile()
1083 if (e->callee->local.local && !e->callee->aux) in ipa_profile()
1086 e->callee->aux = (void *)1; in ipa_profile()