Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp649 NumCallGraphRecoveredProfiledFunc++; in computeAndReportProfileStaleness()
687 errs() << "(" << NumCallGraphRecoveredProfiledFunc << "/" in computeAndReportProfileStaleness()
721 NumCallGraphRecoveredProfiledFunc); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h111 uint64_t NumCallGraphRecoveredProfiledFunc = 0; variable