Searched defs:cgraph_edge_p (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ipa-inline-transform.c | 198 VEC (cgraph_edge_p, heap) **new_edges, in inline_call()
|
H A D | ipa-inline.c | 1171 VEC (cgraph_edge_p, heap) **new_edges) in recursive_inlining() 1302 add_new_edges_to_heap (fibheap_t heap, VEC (cgraph_edge_p, heap) *new_edges) in add_new_edges_to_heap()
|
H A D | ipa-cp.c | 1701 static VEC (cgraph_edge_p, heap) *next_edge_clone; in VEC() argument 1802 static VEC (cgraph_edge_p,heap) * in VEC() argument 2000 VEC (cgraph_edge_p,heap) *callers) in create_specialized_node() 2069 VEC (cgraph_edge_p,heap) *callers) in find_more_values_for_callers_subset()
|
H A D | cgraphunit.c | 2298 VEC(cgraph_edge_p,heap) *redirect_callers, in cgraph_copy_node_for_versioning() 2366 VEC(cgraph_edge_p,heap) *redirect_callers, in cgraph_function_versioning()
|
H A D | cgraph.c | 2108 VEC(cgraph_edge_p,heap) *redirect_callers, in cgraph_clone_node() 2229 VEC(cgraph_edge_p,heap) *redirect_callers, in cgraph_create_virtual_clone() 3052 VEC (cgraph_edge_p, heap) * in VEC() argument
|
H A D | ipa-prop.c | 1857 VEC (cgraph_edge_p, heap) **new_edges) in update_indirect_edges_after_inlining() 1935 VEC (cgraph_edge_p, heap) **new_edges) in propagate_info_to_inlined_callees() 1961 VEC (cgraph_edge_p, heap) **new_edges) in ipa_propagate_indirect_call_infos()
|
H A D | cgraph.h | 381 typedef struct cgraph_edge *cgraph_edge_p; typedef
|