Lines Matching refs:cgraph_node

46 		 struct cgraph_node** order,  in ipa_print_order()
60 struct cgraph_node **stack;
61 struct cgraph_node **result;
80 searchc (struct searchc_env* env, struct cgraph_node *v, in searchc()
100 struct cgraph_node *w = edge->callee->ultimate_alias_target (&avail); in searchc()
128 struct cgraph_node *last = NULL; in searchc()
129 struct cgraph_node *x; in searchc()
162 ipa_reduced_postorder (struct cgraph_node **order, in ipa_reduced_postorder()
166 struct cgraph_node *node; in ipa_reduced_postorder()
169 env.stack = XCNEWVEC (struct cgraph_node *, symtab->cgraph_count); in ipa_reduced_postorder()
203 node = (struct cgraph_node *)result->value; in ipa_reduced_postorder()
219 struct cgraph_node *node; in ipa_free_postorder_info()
234 vec<cgraph_node *>
235 ipa_get_nodes_in_cycle (struct cgraph_node *node) in ipa_get_nodes_in_cycle()
237 vec<cgraph_node *> v = vNULL; in ipa_get_nodes_in_cycle()
256 struct cgraph_node *callee = cs->callee->function_symbol (); in ipa_edge_within_scc()
266 struct cgraph_node *node;
276 ipa_reverse_postorder (struct cgraph_node **order) in ipa_reverse_postorder()
278 struct cgraph_node *node, *node2; in ipa_reverse_postorder()
332 node2 = dyn_cast <cgraph_node *> (ref->referring); in ipa_reverse_postorder()
377 scale_ipa_profile_for_fn (struct cgraph_node *node, profile_count orig_count) in scale_ipa_profile_for_fn()
394 ipa_merge_profiles (struct cgraph_node *dst, in ipa_merge_profiles()
395 struct cgraph_node *src, in ipa_merge_profiles()
701 (dyn_cast <cgraph_node *> in ipa_merge_profiles()
727 (dyn_cast <cgraph_node *> in ipa_merge_profiles()
736 (dyn_cast <cgraph_node *> in ipa_merge_profiles()
765 struct cgraph_node *dest_node = cgraph_node::get_create (dest); in recursive_call_p()
766 struct cgraph_node *cnode = cgraph_node::get_create (func); in recursive_call_p()