Home
last modified time | relevance | path

Searched refs:create_edge (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.cc114 new_edge = n->create_edge (callee, call_stmt, prof_count, true); in clone()
126 new_edge = n->create_edge (callee, call_stmt, prof_count, true); in clone()
260 cgraph_edge *e = new_thunk->create_edge (node, NULL, new_thunk->count); in duplicate_thunk_for_node()
835 cgraph_edge *edge = create_edge (callee, stmt, count); in create_edge_including_clones()
855 edge = node->create_edge (callee, stmt, count); in create_edge_including_clones()
H A Dcgraphbuild.cc322 node->create_edge (cgraph_node::get_create (decl), call_stmt, bb->count); in execute()
416 node->create_edge (cgraph_node::get_create (decl), call_stmt, in rebuild_edges()
H A Dcgraph.cc872 symbol_table::create_edge (cgraph_node *caller, cgraph_node *callee, in create_edge() function in symbol_table
947 cgraph_node::create_edge (cgraph_node *callee, in create_edge() function in cgraph_node
950 cgraph_edge *edge = symtab->create_edge (this, callee, call_stmt, count, in create_edge()
991 cgraph_edge *edge = symtab->create_edge (this, NULL, call_stmt, count, true, in create_indirect_edge()
1116 e2 = n->create_edge (n2, call_stmt, direct_count); in make_speculative()
1687 ne = node->create_edge (cgraph_node::get_create (new_call), in cgraph_update_edges_for_call_stmt_node()
H A Dtree-emutls.cc422 d->cfun_node->create_edge (d->builtin_node, x, d->bb->count); in gen_emutls_addr()
H A Dcgraphunit.cc631 create_edge (t, NULL, t->count); in analyze()
2582 create_edge (target, NULL, count); in create_wrapper()
H A Dcgraph.h1134 cgraph_edge *create_edge (cgraph_node *callee,
2531 cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee,
H A DChangeLog.gimple-classes303 (create_edge): Likewise.
2244 (cgraph_node::create_edge): Likewise for param "call_stmt".
2250 (symbol_table::create_edge): Likewise.
2254 (symbol_table::create_edge): Likewise.
2255 (cgraph_node::create_edge): Likewise.
H A Dtrans-mem.cc5052 node->create_edge (cgraph_node::get_create in ipa_tm_insert_irr_call()
5103 node->create_edge (cgraph_node::get_create (gettm_fn), g, gimple_bb (g)->count); in ipa_tm_insert_gettmclone_call()
H A Domp-simd-clone.cc1486 node->create_edge (cgraph_node::get_create (fn), in simd_clone_adjust()
H A Dlto-cgraph.cc1487 edge = caller->create_edge (callee, NULL, count); in input_edge()
H A Dubsan.cc690 node->create_edge (cgraph_node::get_create (decl), call_stmt, bb->count); in ubsan_create_edge()
H A Dtree-inline.cc2373 id->dst_node->create_edge (dest, call_stmt, in copy_bb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c112 new_edge = n->create_edge (callee, call_stmt, prof_count, true); in clone()
124 new_edge = n->create_edge (callee, call_stmt, prof_count, true); in clone()
254 cgraph_edge *e = new_thunk->create_edge (node, NULL, new_thunk->count); in duplicate_thunk_for_node()
823 cgraph_edge *edge = create_edge (callee, stmt, count); in create_edge_including_clones()
843 edge = node->create_edge (callee, stmt, count); in create_edge_including_clones()
H A Dcgraphbuild.c322 node->create_edge (cgraph_node::get_create (decl), call_stmt, bb->count); in execute()
416 node->create_edge (cgraph_node::get_create (decl), call_stmt, in rebuild_edges()
H A Dcgraph.c864 symbol_table::create_edge (cgraph_node *caller, cgraph_node *callee, in create_edge() function
937 cgraph_node::create_edge (cgraph_node *callee, in create_edge() function
940 cgraph_edge *edge = symtab->create_edge (this, callee, call_stmt, count, in create_edge()
981 cgraph_edge *edge = symtab->create_edge (this, NULL, call_stmt, count, true, in create_indirect_edge()
1106 e2 = n->create_edge (n2, call_stmt, direct_count); in make_speculative()
1678 ne = node->create_edge (cgraph_node::get_create (new_call), in cgraph_update_edges_for_call_stmt_node()
H A Dtree-emutls.c422 d->cfun_node->create_edge (d->builtin_node, x, d->bb->count); in gen_emutls_addr()
H A Dcgraph.h1182 cgraph_edge *create_edge (cgraph_node *callee,
2555 cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee,
H A Dcgraphunit.c625 create_edge (t, NULL, t->count); in analyze()
3063 create_edge (target, NULL, count); in create_wrapper()
H A Dtrans-mem.c5051 node->create_edge (cgraph_node::get_create in ipa_tm_insert_irr_call()
5102 node->create_edge (cgraph_node::get_create (gettm_fn), g, gimple_bb (g)->count); in ipa_tm_insert_gettmclone_call()
H A Domp-simd-clone.c1474 node->create_edge (cgraph_node::get_create (fn), in simd_clone_adjust()
H A Dlto-cgraph.c1485 edge = caller->create_edge (callee, NULL, count); in input_edge()
H A Dubsan.c686 node->create_edge (cgraph_node::get_create (decl), call_stmt, bb->count); in ubsan_create_edge()
H A Dtree-inline.c2335 id->dst_node->create_edge (dest, call_stmt, in copy_bb()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2017103 symbol_table::create_edge.
449 * decls.cc (finish_thunk): Update call to create_edge for new API.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1760 thunk_node->create_edge (funcn, NULL, thunk_node->count); in finish_thunk()

12