Searched refs:cgraph_create_edge (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/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 | 603 cgraph_create_edge (node, cgraph_node (decl), stmt, in cgraph_create_edges() 677 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()
|
| H A D | ChangeLog-2005 | 869 (cgraph_create_edge): Use GGC_NEW. 17166 (cgraph_create_edge): Likewise. 17179 cgraph_create_edge. 17830 * cgraph.c (cgraph_create_edge): Initialize loop_nest and count. 17848 (expand_call_inline): Update call of cgraph_create_edge. 30369 * cgraph.c (cgraph_create_edge): Initialize prev_caller
|
| H A D | ChangeLog.tree-ssa | 4001 * cgraph.c (cgraph_create_edge): Sanity check for duplicates; 4314 (cgraph_create_edge): ... this one; accept call_expr as operand. 4325 (record_call_1): Use cgraph_create_edge; record builtins too.
|
| H A D | ChangeLog-2004 | 14818 * cgraph.c (cgraph_node, cgraph_create_edge, cgraph_remove_edge, 36749 (cgraph_create_edge): New CALL_EXPR argument; some sanity checking. 36762 (cgraph_remove_edge, cgraph_create_edge): Update prototype.
|
| H A D | ChangeLog-2006 | 2650 (cgraph_edge, cgraph_set_call_stmt, cgraph_create_edge,
|