Home
last modified time | relevance | path

Searched refs:NumMethodPoolLookups (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1007 unsigned NumMethodPoolLookups = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7772 if (NumMethodPoolLookups) in PrintStats()
7774 NumMethodPoolHits, NumMethodPoolLookups, in PrintStats()
7775 ((float)NumMethodPoolHits/NumMethodPoolLookups * 100.0)); in PrintStats()
8211 ++NumMethodPoolLookups; in ReadMethodPool()