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.cpp596 NumCallGraphRecoveredProfiledFunc++; in computeAndReportProfileStaleness()
634 errs() << "(" << NumCallGraphRecoveredProfiledFunc << "/" in computeAndReportProfileStaleness()
668 NumCallGraphRecoveredProfiledFunc); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h111 uint64_t NumCallGraphRecoveredProfiledFunc = 0; variable