Searched refs:cgraph_finalize_function (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | cgraph.h | 309 void cgraph_finalize_function (tree, bool);
|
| H A D | cgraphunit.c | 387 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 D | tree-nested.c | 1932 cgraph_finalize_function (root->context, true); in unnest_nesting_tree_1()
|
| H A D | c-decl.c | 1958 cgraph_finalize_function (olddecl, false); in merge_decls() 7400 cgraph_finalize_function (fndecl, false); in finish_function()
|
| H A D | ChangeLog-2003 | 4795 (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 D | ChangeLog-2005 | 13885 * 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 D | ChangeLog.tree-ssa | 1646 (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 D | ChangeLog-2004 | 14821 * 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 D | ChangeLog-2006 | 15071 (cgraph_finalize_function): Call it.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | passes.texi | 88 @findex cgraph_finalize_function 93 should be passed to @code{cgraph_finalize_function}.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | semantics.c | 3376 cgraph_finalize_function (fn, function_depth > 1); in expand_or_defer_fn()
|
| H A D | parser.c | 19567 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 D | ChangeLog-2003 | 1469 cgraph_finalize_function argument. 1492 cgraph_finalize_function. 1494 * semantics.c (expand_or_defer_fn): Use cgraph_finalize_function
|