Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h910 unsigned NumMethodPoolTableHits; variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6842 NumMethodPoolTableHits, NumMethodPoolTableLookups, in PrintStats()
6843 ((float)NumMethodPoolTableHits/NumMethodPoolTableLookups in PrintStats()
7094 ++This->Reader.NumMethodPoolTableHits; in visit()
8561 NumMethodPoolTableHits(0), TotalNumMethodPoolEntries(0), in ASTReader()