]> granicus.if.org Git - clang/commit
Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor RegionStore...
authorTed Kremenek <kremenek@apple.com>
Wed, 10 Mar 2010 16:32:56 +0000 (16:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 10 Mar 2010 16:32:56 +0000 (16:32 +0000)
commit5499b8487c56917e17ed5a03d95898e8b7e41e45
tree3c36a130c79aee1e2741f1eaff4827093cc10b25
parent266e05ca8a77fa26fa136b5e45b58cba42e1d818
Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor RegionStore::RemoveDeadBindings to use the same core cluster analysis algorithm as RegionStore::InvalidateRegions().

Beyond simplifying the algorithm significantly, we no longer
need to build subregion maps in RemoveDeadBindings().  This
and other changes cause a significant speedup: the time to
analyze sqlite3.c (single core) drops by 14%.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98159 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/RegionStore.cpp