Searched refs:create_clone (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c360 cgraph_node::create_clone (tree new_decl, profile_count prof_count, function in class:cgraph_node
623 new_node = create_clone (new_decl, count, false,
H A Dipa-inline-transform.c218 n = e->callee->create_clone (e->callee->decl,
H A Dcgraph.h998 cgraph_node *create_clone (tree decl, profile_count count,
H A Dlto-cgraph.c1241 node = dyn_cast<cgraph_node *> (nodes[clone_ref])->create_clone (fn_decl,
H A Dipa-inline.c1676 master_clone = node->create_clone (node->decl, node->count,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.cc366 cgraph_node::create_clone (tree new_decl, profile_count prof_count, function in class:cgraph_node
624 new_node = create_clone (new_decl, count, false,
H A Dipa-inline-transform.cc222 n = e->callee->create_clone (e->callee->decl,
H A Dcgraph.h950 cgraph_node *create_clone (tree decl, profile_count count,
H A Dipa-inline.cc1736 master_clone = node->create_clone (node->decl, node->count,
H A Dlto-cgraph.cc1254 node = dyn_cast<cgraph_node *> (nodes[clone_ref])->create_clone (fn_decl,
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_context.c2162 static int create_clone(struct i915_user_extension __user *ext, void *data) function
2215 [I915_CONTEXT_CREATE_EXT_CLONE] = create_clone,

Completed in 331 milliseconds