]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove the logical stmt cache for now.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 25 May 2021 18:59:54 +0000 (14:59 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Tue, 25 May 2021 23:28:04 +0000 (19:28 -0400)
commita6e94287d31525b3ad0963ad22a92e9f3dbcd3cf
treef90f231080e2cb5e7c7fe864fc26f7926b7a9713
parentf630797a1ed2f82faf965a47b43b5f995bc6623a
Remove the logical stmt cache for now.

With the depth limiting, we are not currently using the logical stmt cache.

* gimple-range-gori.cc (class logical_stmt_cache): Delete
(logical_stmt_cache::logical_stmt_cache ): Delete.
(logical_stmt_cache::~logical_stmt_cache): Delete.
(logical_stmt_cache::cache_entry::dump): Delete.
(logical_stmt_cache::get_range): Delete.
(logical_stmt_cache::cached_name ): Delete.
(logical_stmt_cache::same_cached_name): Delete.
(logical_stmt_cache::cacheable_p): Delete.
(logical_stmt_cache::slot_diagnostics ): Delete.
(logical_stmt_cache::dump): Delete.
(gori_compute_cache::gori_compute_cache): Delete.
(gori_compute_cache::~gori_compute_cache): Delete.
(gori_compute_cache::compute_operand_range): Delete.
(gori_compute_cache::cache_stmt): Delete.
* gimple-range-gori.h (gori_compute::compute_operand_range): Remove
virtual.
(class gori_compute_cache): Delete.
gcc/gimple-range-gori.cc
gcc/gimple-range-gori.h