Lines Matching defs:cgn
962 struct cgraph_node *cgn = cgraph_node::get (fndecl);
974 if (cgn)
975 for (cgn = first_nested_function (cgn); cgn;
976 cgn = next_nested_function (cgn))
977 unshare_body (cgn->decl);
1012 struct cgraph_node *cgn = cgraph_node::get (fndecl);
1018 if (cgn)
1019 for (cgn = first_nested_function (cgn);
1020 cgn; cgn = next_nested_function (cgn))
1021 unvisit_body (cgn->decl);