Home
last modified time | relevance | path

Searched refs:cgraph_create_edge (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcgraph.h267 struct cgraph_edge *cgraph_create_edge (struct cgraph_node *,
H A Dcgraph.c377 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 Dcgraphunit.c603 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 Dtree-inline.c1991 cgraph_create_edge (id->dst_node, dest, stmt, in expand_call_inline()
H A DChangeLog-2005869 (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 DChangeLog.tree-ssa4001 * 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 DChangeLog-200414818 * 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 DChangeLog-20062650 (cgraph_edge, cgraph_set_call_stmt, cgraph_create_edge,