Searched refs:cgraph_create_edge (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cgraph.h | 267 struct cgraph_edge *cgraph_create_edge (struct cgraph_node *,
|
| H A D | cgraph.c | 377 cgraph_create_edge (struct cgraph_node *caller, struct cgraph_node *callee, in cgraph_create_edge() function 1043 new = cgraph_create_edge (n, e->callee, call_stmt, in cgraph_clone_edge()
|
| H A D | cgraphunit.c | 589 cgraph_create_edge (node, cgraph_node (decl), stmt, in cgraph_create_edges() 663 cgraph_create_edge (node, cgraph_node (decl), stmt, in rebuild_cgraph_edges()
|
| H A D | tree-inline.c | 1991 cgraph_create_edge (id->dst_node, dest, stmt, in expand_call_inline()
|