2013-05-02 Richard Biener <rguenther@suse.de>
commite23d37849a713be0ee55d0af47a91d8c89ae3da2
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2013 12:23:20 +0000 (2 12:23 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2013 12:23:20 +0000 (2 12:23 +0000)
tree3b34c427ff5142a1dab686ad76d0a3a8626583f5
parent405559c419b109795786dc7aedd8d39539c35a37
2013-05-02  Richard Biener  <rguenther@suse.de>

* tree-scalar-evolution.c (scev_info_hasher): Remove.
(struct instantiate_cache_entry): New type.
(struct instantiate_cache_entry_hasher): New hashtable descriptor.
(struct instantiate_cache_type): New type.
(set_instantiated_value, get_instantiated_value): Remove.
(get_instantiated_value_entry): New function.
(instantiate_scev_name): Use the new cache and adjust.
(instantiate_scev_poly): Adjust.
(instantiate_scev_binary): Likewise.
(instantiate_array_ref): Likewise.
(instantiate_scev_convert): Likewise.
(instantiate_scev_not): Likewise.
(instantiate_scev_3): Likewise.
(instantiate_scev_2): Likewise.
(instantiate_scev_r): Likewise.
(instantiate_scev): Likewise.
(resolve_mixers): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198523 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-scalar-evolution.c