aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2016-08-18 10:41:53 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2016-08-18 10:41:53 +0000
commitf02510201aff3a572f7c67fcce3ee90c127ecd76 (patch)
tree66731264e5aac24db0964fd44ab89db11412cc57 /gcc/tree-pass.h
parent9c62c8735891bd29be0bc379b51b295f2838019a (diff)
downloadgcc-f02510201aff3a572f7c67fcce3ee90c127ecd76.zip
gcc-f02510201aff3a572f7c67fcce3ee90c127ecd76.tar.gz
gcc-f02510201aff3a572f7c67fcce3ee90c127ecd76.tar.bz2
tree-pass.h (make_pass_materialize_all_clones): Declare.
2016-08-18 Richard Biener <rguenther@suse.de> * tree-pass.h (make_pass_materialize_all_clones): Declare. * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones, make_pass_materialize_all_clones): New simple IPA pass encapsulating clone materialization. * passes.def (all_late_ipa_passes): Start with pass_materialize_all_clones. * cgraphunit.c (symbol_table::compile): Remove call to materialize_all_clones. * tree-into-ssa.c: Include statistics.h. (update_ssa): Count number of times we do incremental/rewrite SSA update. From-SVN: r239567
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 36299a6..c0059de 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -504,6 +504,8 @@ extern ipa_opt_pass_d *make_pass_ipa_profile (gcc::context *ctxt);
extern ipa_opt_pass_d *make_pass_ipa_cdtor_merge (gcc::context *ctxt);
extern ipa_opt_pass_d *make_pass_ipa_single_use (gcc::context *ctxt);
extern ipa_opt_pass_d *make_pass_ipa_comdats (gcc::context *ctxt);
+extern simple_ipa_opt_pass *make_pass_materialize_all_clones (gcc::context *
+ ctxt);
extern gimple_opt_pass *make_pass_cleanup_cfg_post_optimizing (gcc::context
*ctxt);