Lines Matching refs:cgraph_node
32 struct cgraph_node* next_cycle;
38 void ipa_print_order (FILE*, const char *, struct cgraph_node**, int);
39 int ipa_reduced_postorder (struct cgraph_node **, bool,
42 vec<cgraph_node *> ipa_get_nodes_in_cycle (struct cgraph_node *);
44 int ipa_reverse_postorder (struct cgraph_node **);
46 void ipa_merge_profiles (struct cgraph_node *dst,
47 struct cgraph_node *src, bool preserve_body = false);
51 bool ipa_propagate_frequency (struct cgraph_node *node);
61 vec <cgraph_node *>
69 bool possible_polymorphic_call_target_p (tree ref, gimple *stmt, struct cgraph_node *n);
75 struct cgraph_node *);
89 cgraph_node *try_speculative_devirtualization (tree, HOST_WIDE_INT,
113 inline vec <cgraph_node *>
130 inline vec <cgraph_node *>
163 struct cgraph_node *n) in possible_polymorphic_call_target_p()