Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h898 unsigned NumMethodPoolLookups; variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6835 if (NumMethodPoolLookups) { in PrintStats()
6837 NumMethodPoolHits, NumMethodPoolLookups, in PrintStats()
6838 ((float)NumMethodPoolHits/NumMethodPoolLookups * 100.0)); in PrintStats()
7148 ++NumMethodPoolLookups; in ReadMethodPool()
8559 NumMethodPoolEntriesRead(0), NumMethodPoolLookups(0), in ASTReader()