Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h906 unsigned NumMethodPoolTableLookups; variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6840 if (NumMethodPoolTableLookups) { in PrintStats()
6842 NumMethodPoolTableHits, NumMethodPoolTableLookups, in PrintStats()
6843 ((float)NumMethodPoolTableHits/NumMethodPoolTableLookups in PrintStats()
7087 ++This->Reader.NumMethodPoolTableLookups; in visit()
8560 NumMethodPoolHits(0), NumMethodPoolTableLookups(0), in ASTReader()