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

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

Completed in 113 milliseconds