]> granicus.if.org Git - clang/commit
Add batch version of 'StoreManager::InvalidateRegion()' for invalidating multiple...
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Dec 2009 03:27:11 +0000 (03:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Dec 2009 03:27:11 +0000 (03:27 +0000)
commit81a958366873c8bb49a2ed7324f004047ec18e48
treef123703a394ae2ce36f7b3e4f8b262ecbd04b12f
parentb5b32f5292a8c4e1be8fd5c2865ce48767ec63d5
Add batch version of 'StoreManager::InvalidateRegion()' for invalidating multiple regions as once.  After adopting this in the CFRefCount::EvalCall(), we see a reduction in analysis time of 1.5% when analyzing all of SQLite3.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90405 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/Store.h
lib/Analysis/CFRefCount.cpp
lib/Analysis/RegionStore.cpp
lib/Analysis/Store.cpp