Home
last modified time | relevance | path

Searched defs:cgraph_edge_p (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dipa-inline-transform.c198 VEC (cgraph_edge_p, heap) **new_edges, in inline_call()
H A Dipa-inline.c1171 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 Dipa-cp.c1701 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 Dcgraphunit.c2298 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 Dcgraph.c2108 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 Dipa-prop.c1857 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 Dcgraph.h381 typedef struct cgraph_edge *cgraph_edge_p; typedef