Home
last modified time | relevance | path

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

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