aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2010-06-25 15:13:31 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2010-06-25 13:13:31 +0000
commit3e485f6245f4ebac030eed59be23c5553069da52 (patch)
tree80bfab2edb3bbe1286a628a18c5db82efaebf956 /gcc/tree-pass.h
parent129473197de2fcc13154db476a610dd596a81fdb (diff)
downloadgcc-3e485f6245f4ebac030eed59be23c5553069da52.zip
gcc-3e485f6245f4ebac030eed59be23c5553069da52.tar.gz
gcc-3e485f6245f4ebac030eed59be23c5553069da52.tar.bz2
tree-pass.h (pass_split_functions): Declare.
* tree-pass.h (pass_split_functions): Declare. * opts.c (decode_options): Enable function splitting at -O2 * timevar.def (TV_IPA_FNSPLIT): New macro. * ipa-split.c: New file. * common.opt (-fpartial-inlining): New flag. * Makefile.in (ipa-split.o): New object file. * passes.c (init_optimization_passes): Add ipa-split. * params.def (max-inline-insns-auto): Reduce max-inline-insns-auto to 40. (partial-inlining-entry-probability): New parameters. * doc/invoke.texi (-fpartial-inlining): New. * testsuite/gcc.dg/tree-ssa/ipa-split.c From-SVN: r161382
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index b5971d5..a4c97b3 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -442,6 +442,7 @@ extern struct gimple_opt_pass pass_build_cgraph_edges;
extern struct gimple_opt_pass pass_local_pure_const;
extern struct gimple_opt_pass pass_tracer;
extern struct gimple_opt_pass pass_warn_unused_result;
+extern struct gimple_opt_pass pass_split_functions;
/* IPA Passes */
extern struct simple_ipa_opt_pass pass_ipa_function_and_variable_visibility;