Searched defs:redirect_callers (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraphclones.c | 418 vec<cgraph_edge *> redirect_callers, in create_clone() 551 cgraph_node::create_virtual_clone (vec<cgraph_edge *> redirect_callers, in create_virtual_clone() 878 vec<cgraph_edge *> redirect_callers, in create_version_clone() 950 (vec<cgraph_edge *> redirect_callers, in create_version_clone_with_body()
|
H A D | cgraph.c | 2985 vec<cgraph_edge *> *redirect_callers = (vec<cgraph_edge *> *)data; in collect_callers_of_node_1() local 3004 vec<cgraph_edge *> redirect_callers = vNULL; in collect_callers() local
|
H A D | ipa-icf.c | 1077 bool redirect_callers = false; in merge() local
|
H A D | tree-sra.c | 5349 vec<cgraph_edge *> redirect_callers = node->collect_callers (); in modify_function() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraphunit.c | 2296 cgraph_copy_node_for_versioning (struct cgraph_node *old_version, in cgraph_copy_node_for_versioning() 2365 cgraph_function_versioning (struct cgraph_node *old_version_node, in cgraph_function_versioning()
|
H A D | cgraph.c | 2106 cgraph_clone_node (struct cgraph_node *n, tree decl, gcov_type count, int freq, in cgraph_clone_node() 2228 cgraph_create_virtual_clone (struct cgraph_node *old_node, in cgraph_create_virtual_clone()
|