Home
last modified time | relevance | path

Searched refs:cgraph_finalize_function (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcgraph.h309 void cgraph_finalize_function (tree, bool);
H A Dcgraphunit.c387 cgraph_finalize_function (n->decl, false); in cgraph_assemble_pending_functions()
480 cgraph_finalize_function (tree decl, bool nested) in cgraph_finalize_function() function
1742 cgraph_finalize_function (decl, 0); in cgraph_build_static_cdtor()
H A Dtree-nested.c1932 cgraph_finalize_function (root->context, true); in unnest_nesting_tree_1()
H A Dc-decl.c1958 cgraph_finalize_function (olddecl, false); in merge_decls()
7400 cgraph_finalize_function (fndecl, false); in finish_function()
H A DChangeLog-20034795 (cgraph_finalize_function): Use it.
8656 (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
8773 * cgraphunit.c (cgraph_finalize_function): Add nested arg.
8776 * cgraph.h (cgraph_finalize_function): Update for extra arg.
8829 * cgraph.h (cgraph_finalize_function): Update.
14182 (cgraph_finalize_function): Do not analyze inlining.
14269 * cgraphunit.c (cgraph_finalize_function): ... and here ...
16206 * cgraphunit.c (cgraph_finalize_function): Set finalized.
16207 (cgraph_finalize_function): Do not examine inlinablility.
30538 (cgraph_finalize_function): Set inlinable flags.
[all …]
H A DChangeLog-200513885 * cgraphunit.c (cgraph_finalize_function): Update call of
14266 (cgraph_finalize_function): Avoid redundant checks.
16091 (cgraph_finalize_function): ... here.
16433 (cgraph_finalize_function): Deal properly with early cleanups.
18232 * cgraphunit.c (cgraph_finalize_function): Initialize lowered flag.
30380 * cgraphunit.c (cgraph_finalize_function): Likewise.
31374 * cgraphunit.c (cgraph_finalize_function): When redefining an extern
H A DChangeLog.tree-ssa1646 (cgraph_finalize_function): Don't zap DECL_SAVED_INSNS.
2144 (cgraph_finalize_function): Release DECL_SAVED_INSNS of external function.
4323 * cgraphunit.c (cgraph_finalize_function): Update use of
H A DChangeLog-200414821 * cgraphunit.c (cgraph_finalize_function,
33419 (cgraph_finalize_function): Don't zap DECL_STRUCT_FUNCTION.
35199 (cgraph_finalize_function): Do unused parameter warning.
36773 (cgraph_finalize_function): Update call of cgraph_remove_node
44720 * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
46786 * cgraphunit.c (cgraph_finalize_function): Se
46937 * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
H A DChangeLog-200615071 (cgraph_finalize_function): Call it.
/freebsd-12.1/contrib/gcc/doc/
H A Dpasses.texi88 @findex cgraph_finalize_function
93 should be passed to @code{cgraph_finalize_function}.
/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c3376 cgraph_finalize_function (fn, function_depth > 1); in expand_or_defer_fn()
H A Dparser.c19567 cgraph_finalize_function (block_impl->copy_helper_func_decl, false); in synth_copy_helper_block_func()
19665 cgraph_finalize_function (block_impl->destroy_helper_func_decl, false); in synth_destroy_helper_block_func()
19918 cgraph_finalize_function (cur_block->helper_func_decl, false); in cp_parser_block_literal_expr()
H A DChangeLog-20031469 cgraph_finalize_function argument.
1492 cgraph_finalize_function.
1494 * semantics.c (expand_or_defer_fn): Use cgraph_finalize_function