Searched refs:cgraph_edge (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.h118 struct cgraph_edge *callees;
119 struct cgraph_edge *callers;
137 to the edge to speed up cgraph_edge function. */
138 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash;
175 struct cgraph_edge GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) function
179 struct cgraph_edge *prev_caller;
180 struct cgraph_edge *next_caller;
181 struct cgraph_edge *prev_callee;
182 struct cgraph_edge *next_callee;
194 typedef struct cgraph_edge *cgraph_edge_
[all...]
H A Dipa-prop.h105 /* Return the field in cgraph_node/cgraph_edge struct that points
116 callsite's corresponding cgraph_edge. */
170 int ipa_callsite_param_count (struct cgraph_edge *);
171 void ipa_callsite_param_count_set (struct cgraph_edge *, int);
172 struct ipa_jump_func *ipa_callsite_param (struct cgraph_edge *, int);
173 struct cgraph_node *ipa_callsite_callee (struct cgraph_edge *);
174 void ipa_callsite_compute_param (struct cgraph_edge *);
175 void ipa_callsite_compute_count (struct cgraph_edge *);
H A Dipa-prop.c333 ipa_callsite_param_count (struct cgraph_edge *cs)
340 ipa_callsite_param_count_set (struct cgraph_edge *cs, int i)
348 ipa_callsite_param (struct cgraph_edge *cs, int i)
355 ipa_callsite_callee (struct cgraph_edge *cs)
363 ipa_callsite_param_set_type (struct cgraph_edge *cs, int i,
372 ipa_callsite_param_set_info_type_formal (struct cgraph_edge *cs, int i,
381 ipa_callsite_param_set_info_type (struct cgraph_edge *cs, int i, tree info_type1)
388 ipa_callsite_param_map_create (struct cgraph_edge *cs)
396 ipa_callsite_tree (struct cgraph_edge *cs)
403 ipa_callsite_caller (struct cgraph_edge *c
[all...]
H A Dcgraph.c104 static inline void cgraph_edge_remove_caller (struct cgraph_edge *e);
105 static inline void cgraph_edge_remove_callee (struct cgraph_edge *e);
301 return htab_hash_pointer (((struct cgraph_edge *) x)->call_stmt);
309 return ((struct cgraph_edge *) x)->call_stmt == y;
313 struct cgraph_edge *
314 cgraph_edge (struct cgraph_node *node, tree call_stmt) function
316 struct cgraph_edge *e, *e2;
353 cgraph_set_call_stmt (struct cgraph_edge *e, tree new_stmt)
376 struct cgraph_edge *
380 struct cgraph_edge *edg
[all...]
H A Dipa-inline.c116 cgraph_clone_inlined_nodes (struct cgraph_edge *e, bool duplicate, bool update_original)
156 cgraph_mark_inline_edge (struct cgraph_edge *e, bool update_original)
195 static struct cgraph_edge *
196 cgraph_mark_inline (struct cgraph_edge *edge)
200 struct cgraph_edge *e, *next;
226 struct cgraph_edge *e;
257 struct cgraph_edge *e;
363 cgraph_maybe_hot_edge_p (struct cgraph_edge *edge)
384 cgraph_edge_badness (struct cgraph_edge *edge)
422 struct cgraph_edge *edg
[all...]
H A Dipa.c36 struct cgraph_edge *edge, last;
130 struct cgraph_edge *e;
174 struct cgraph_edge *e;
H A Dtree-optimize.c384 struct cgraph_edge *e;
432 struct cgraph_edge *e;
447 struct cgraph_edge *e;
H A Dipa-cp.c77 (defined in ipa_prop.h and pointed to by cgraph_edge->aux).
94 (defined in ipa_prop.h and pointed to by cgraph_edge->aux).
497 struct cgraph_edge *cs;
517 struct cgraph_edge *cs;
579 struct cgraph_edge *cs;
641 struct cgraph_edge *cs;
714 struct cgraph_edge *cs;
889 ipcp_redirect (struct cgraph_edge *cs)
923 struct cgraph_edge *cs;
976 struct cgraph_edge *c
[all...]
H A Dcgraphunit.c626 struct cgraph_edge *e;
693 struct cgraph_edge *e;
785 struct cgraph_edge *e = cgraph_edge (node, stmt);
1104 struct cgraph_edge *edge;
1191 struct cgraph_edge *e;
1267 cgraph_inline_p (struct cgraph_edge *e, const char **reason)
1755 struct cgraph_edge *e;
1778 struct cgraph_edge *e, *new_e;
1779 struct cgraph_edge *next_calle
[all...]
H A Dipa-utils.c89 struct cgraph_edge *edge;
H A Dtree-inline.c724 struct cgraph_edge *edge;
729 edge = cgraph_edge (id->src_node, orig_stmt);
740 edge = cgraph_edge (node, orig_stmt);
747 edge = cgraph_edge (id->dst_node, orig_stmt);
1928 struct cgraph_edge *cg_edge;
1978 cg_edge = cgraph_edge (id->dst_node, stmt);
2264 struct cgraph_edge *e;
H A Dipa-pure-const.c659 struct cgraph_edge *e;
H A Dipa-reference.c619 struct cgraph_edge *e;
689 struct cgraph_edge *e;

Completed in 129 milliseconds