Home
last modified time | relevance | path

Searched refs:DECL_SAVED_TREE (Results 1 – 25 of 39) sorted by relevance

12

/trueos/contrib/gcc/
HDcgraphunit.c781 && DECL_SAVED_TREE (node->decl) && !TREE_ASM_WRITTEN (node->decl) in verify_cgraph_node()
1107 if (node->needed && DECL_SAVED_TREE (node->decl)) in cgraph_finalize_compilation_unit()
1128 if (!DECL_SAVED_TREE (decl)) in cgraph_finalize_compilation_unit()
1135 gcc_assert (DECL_SAVED_TREE (decl)); in cgraph_finalize_compilation_unit()
1157 if (node->needed && DECL_SAVED_TREE (node->decl)) in cgraph_finalize_compilation_unit()
1171 if (node->local.finalized && !DECL_SAVED_TREE (decl)) in cgraph_finalize_compilation_unit()
1174 if (!node->reachable && DECL_SAVED_TREE (decl)) in cgraph_finalize_compilation_unit()
1183 gcc_assert (!node->local.finalized || DECL_SAVED_TREE (decl)); in cgraph_finalize_compilation_unit()
1216 if (DECL_SAVED_TREE (decl) in cgraph_mark_functions_to_output()
1227 if (!node->global.inlined_to && DECL_SAVED_TREE (decl) in cgraph_mark_functions_to_output()
[all …]
HDc-gimplify.c96 dump_node (DECL_SAVED_TREE (fndecl), in c_genericize()
99 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
HDipa.c189 DECL_SAVED_TREE (node->decl) = NULL; in cgraph_remove_unreachable_nodes()
200 if (!DECL_SAVED_TREE (decl)) in cgraph_remove_unreachable_nodes()
HDtree-optimize.c470 DECL_SAVED_TREE (fndecl) = NULL; in tree_rest_of_compilation()
499 DECL_SAVED_TREE (fndecl) = NULL; in tree_rest_of_compilation()
HDtree-browser.c413 && DECL_SAVED_TREE (head)) in browse_tree()
414 TB_SET_HEAD (DECL_SAVED_TREE (head)); in browse_tree()
844 if (DECL_SAVED_TREE (node)) in TB_update_up()
845 walk_tree (&DECL_SAVED_TREE (node), store_child_info, NULL, NULL); in TB_update_up()
HDcgraph.c390 if (!DECL_SAVED_TREE (callee->decl)) in cgraph_create_edge()
600 DECL_SAVED_TREE (node->decl) = NULL; in cgraph_remove_node()
725 if (DECL_SAVED_TREE (node->decl)) in dump_cgraph_node()
HDtree-nested.c703 walk_body (callback, info, &DECL_SAVED_TREE (info->context)); in walk_function()
1875 append_to_statement_list (BIND_EXPR_BODY (DECL_SAVED_TREE (context)), in finalize_nesting_tree_1()
1877 BIND_EXPR_BODY (DECL_SAVED_TREE (context)) = stmt_list; in finalize_nesting_tree_1()
1897 declare_vars (root->new_local_var_chain, DECL_SAVED_TREE (root->context), in finalize_nesting_tree_1()
1900 declare_vars (root->debug_var_chain, DECL_SAVED_TREE (root->context), in finalize_nesting_tree_1()
HDtree-inline.c974 body = DECL_SAVED_TREE (fndecl); in copy_generic_body()
1504 if (!DECL_SAVED_TREE (fn)) in inlinable_function_p()
1970 && DECL_SAVED_TREE (DECL_ABSTRACT_ORIGIN (fn))) in expand_call_inline()
2307 append_to_statement_list_force (copy_generic_body (&id), &DECL_SAVED_TREE (clone)); in clone_body()
2864 DECL_SAVED_TREE (new_decl) = DECL_SAVED_TREE (new_fndecl); in tree_function_versioning()
HDipa-inline.c127 if (DECL_SAVED_TREE (e->callee->decl)) in cgraph_clone_inlined_nodes()
1097 && (DECL_SAVED_TREE (e->callee->decl) || e->callee->inline_decl)) in cgraph_decide_inlining_incrementally()
1121 && (DECL_SAVED_TREE (e->callee->decl) || e->callee->inline_decl)) in cgraph_decide_inlining_incrementally()
HDipa-cp.c740 if (DECL_SAVED_TREE (node->decl)) in ipcp_profile_edge_print()
793 if (DECL_SAVED_TREE (node->decl)) in ipcp_profile_bb_print()
HDipa-prop.c313 body = DECL_SAVED_TREE (decl); in ipa_method_compute_modify()
HDgimplify.c749 declare_vars (tmp, DECL_SAVED_TREE (current_function_decl), false); in gimple_add_tmp_var()
893 if (body_p == &DECL_SAVED_TREE (fndecl)) in unshare_body()
895 unshare_body (&DECL_SAVED_TREE (cgn->decl), cgn->decl); in unshare_body()
906 if (body_p == &DECL_SAVED_TREE (fndecl)) in unvisit_body()
908 unvisit_body (&DECL_SAVED_TREE (cgn->decl), cgn->decl); in unvisit_body()
6393 gimplify_body (&DECL_SAVED_TREE (fndecl), fndecl, true); in gimplify_function_tree()
6407 x = DECL_SAVED_TREE (fndecl); in gimplify_function_tree()
6420 DECL_SAVED_TREE (fndecl) = bind; in gimplify_function_tree()
HDgimple-low.c69 tree *body_p = &DECL_SAVED_TREE (current_function_decl); in lower_function_body()
HDomp-low.c2512 DECL_SAVED_TREE (child_fn) = single_succ (entry_bb)->stmt_list; in expand_omp_parallel()
4424 scan_omp (&DECL_SAVED_TREE (current_function_decl), NULL); in execute_lower_omp()
4428 lower_omp (&DECL_SAVED_TREE (current_function_decl), NULL); in execute_lower_omp()
4646 walk_stmts (&wi, &DECL_SAVED_TREE (fndecl)); in diagnose_omp_structured_block_errors()
4652 walk_stmts (&wi, &DECL_SAVED_TREE (fndecl)); in diagnose_omp_structured_block_errors()
HDc-decl.c1886 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in merge_decls()
7229 DECL_SAVED_TREE (fndecl) = push_stmt_list (); in store_parm_decls()
7259 c_warn_unused_result (&DECL_SAVED_TREE (fndecl)); in c_gimple_diagnostics_recursively()
7340 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
7564 && DECL_SAVED_TREE (current_function_decl) == NULL_TREE) in c_pop_function_context()
HDtree-dump.c534 dump_child ("body", DECL_SAVED_TREE (t)); in dequeue_and_dump()
HDtree-cfg.c230 build_tree_cfg (&DECL_SAVED_TREE (current_function_decl)); in execute_build_cfg()
1750 && *stmt_p != DECL_SAVED_TREE (current_function_decl) in remove_useless_stmts_bind()
1948 remove_useless_stmts_1 (&DECL_SAVED_TREE (current_function_decl), &data); in remove_useless_stmts()
5101 chain = DECL_SAVED_TREE (fn); in dump_function_to_file()
HDtree-mudflap.c963 mf_xform_decls (DECL_SAVED_TREE (current_function_decl), in execute_mudflap_function_decls()
HDc-pretty-print.c771 pp_statement (pp, DECL_SAVED_TREE (t)); in pp_c_function_definition()
HDtree-eh.c1682 tree *tp = &DECL_SAVED_TREE (current_function_decl); in lower_eh_constructs()
/trueos/contrib/gcc/cp/
HDcxx-pretty-print.c1379 if (DECL_SAVED_TREE (t)) in pp_cxx_function_definition()
1380 pp_cxx_statement (pp, DECL_SAVED_TREE (t)); in pp_cxx_function_definition()
1880 if (TREE_CODE (t) == FUNCTION_DECL && DECL_SAVED_TREE (t)) in pp_cxx_template_declaration()
1945 if (DECL_SAVED_TREE (t)) in pp_cxx_declaration()
HDcp-gimplify.c790 walk_tree (&DECL_SAVED_TREE (fndecl), cp_genericize_r, p_set, NULL); in cp_genericize()
HDdecl.c1749 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in duplicate_decls()
11246 DECL_SAVED_TREE (decl1) = push_stmt_list (); in start_preparsed_function()
11874 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
11899 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
11932 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl)); in finish_function()
11988 c_warn_unused_result (&DECL_SAVED_TREE (fndecl)); in finish_function()
HDChangeLog-19991002 function. Clear DECL_SAVED_TREE after generating RTL for a
1310 * pt.c (instantiate_decl): Use DECL_SAVED_TREE, not DECL_INITIAL,
2044 (DECL_SAVED_TREE): Add to documentation.
3383 * decl.c (duplicate_decls): Only copy DECL_SAVED_TREE if
3427 DECL_SAVED_TREE.
3514 (DECL_SAVED_TREE): Adjust accordingly.
3666 (DECL_SAVED_TREE): Adjust definition.
4679 (DECL_SAVED_TREE): Document.
/trueos/contrib/gcc/doc/
HDtree-ssa.texi125 @code{DECL_SAVED_TREE}. It is lowered to GIMPLE by a call to
335 @code{DECL_SAVED_TREE} for a GIMPLE function will always be a
584 DECL_SAVED_TREE -> compound-stmt

12