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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h983 unsigned NumMethodPoolLookups = 0; member in class:clang::ASTReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7665 if (NumMethodPoolLookups)
7667 NumMethodPoolHits, NumMethodPoolLookups,
7668 ((float)NumMethodPoolHits/NumMethodPoolLookups * 100.0));
8061 ++NumMethodPoolLookups;

Completed in 118 milliseconds