Searched refs:cgraph_edge_p (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | cgraph.h | 194 typedef struct cgraph_edge *cgraph_edge_p; typedef 196 DEF_VEC_P(cgraph_edge_p); 197 DEF_VEC_ALLOC_P(cgraph_edge_p,heap); 322 VEC(cgraph_edge_p,heap)*,
|
| D | ipa-cp.c | 1008 VEC(cgraph_edge_p,heap) *redirect_callers; in ipcp_insert_stage() 1049 redirect_callers = VEC_alloc (cgraph_edge_p, heap, node_callers); in ipcp_insert_stage() 1051 VEC_quick_push (cgraph_edge_p, redirect_callers, cs); in ipcp_insert_stage() 1056 VEC_free (cgraph_edge_p, heap, redirect_callers); in ipcp_insert_stage()
|
| D | cgraphunit.c | 1789 VEC(cgraph_edge_p,heap) *redirect_callers) in cgraph_copy_node_for_versioning() argument 1828 for (i = 0; VEC_iterate (cgraph_edge_p, redirect_callers, i, e); i++) in cgraph_copy_node_for_versioning() 1853 VEC(cgraph_edge_p,heap) *redirect_callers, in cgraph_function_versioning() argument
|
| D | ChangeLog-2006 | 7115 * cgraph.h (cgraph_edge_p): New.
|