Lines Matching defs:cgn
917 struct cgraph_node *cgn = cgraph_node::get (fndecl);
920 for (cgn = first_nested_function (cgn); cgn;
921 cgn = next_nested_function (cgn))
923 for (arg = DECL_ARGUMENTS (cgn->decl); arg; arg = DECL_CHAIN (arg))
927 if (check_for_nested_with_variably_modified (cgn->decl,
936 tree rooted by CGN. */
939 create_nesting_tree (struct cgraph_node *cgn)
946 info->context = cgn->decl;
947 info->thunk_p = cgn->thunk;
949 for (cgn = first_nested_function (cgn); cgn;
950 cgn = next_nested_function (cgn))
952 struct nesting_info *sub = create_nesting_tree (cgn);
3721 struct cgraph_node *cgn;
3725 cgn = cgraph_node::get (fndecl);
3726 if (!first_nested_function (cgn))
3729 gimplify_all_functions (cgn);
3737 root = create_nesting_tree (cgn);