Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp612 TotalProfiledCallsites++; in countMismatchCallsites()
694 << TotalProfiledCallsites in computeAndReportProfileStaleness()
728 ProfStatsVec.emplace_back("TotalProfiledCallsites", TotalProfiledCallsites); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h100 uint64_t TotalProfiledCallsites = 0; variable