Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h902 unsigned NumMethodPoolHits; variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6837 NumMethodPoolHits, NumMethodPoolLookups, in PrintStats()
6838 ((float)NumMethodPoolHits/NumMethodPoolLookups * 100.0)); in PrintStats()
7156 ++NumMethodPoolHits; in ReadMethodPool()
8560 NumMethodPoolHits(0), NumMethodPoolTableLookups(0), in ASTReader()