Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraph.h563 void cgraph_finalize_function (tree, bool);
H A Dcgraphunit.c237 cgraph_finalize_function (fndecl, false); in cgraph_process_new_functions()
336 cgraph_finalize_function (tree decl, bool nested) in cgraph_finalize_function() function
H A Dstor-layout.c325 cgraph_finalize_function (fndecl, false); in finalize_size_functions()
H A Dtree-nested.c2555 cgraph_finalize_function (root->context, true); in unnest_nesting_tree_1()
H A Dc-decl.c8440 cgraph_finalize_function (fndecl, false); in finish_function()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi88 @findex cgraph_finalize_function
93 should be passed to @code{cgraph_finalize_function}.
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c3834 cgraph_finalize_function (fn, function_depth > 1); in expand_or_defer_fn()