Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h113 void computeSummaryAndThreshold(SampleProfileMap &ProfileMap);
356 void computeSummaryAndThreshold();
H A DProfileGenerator.cpp496 computeSummaryAndThreshold(ProfileMap); in postProcessProfiles()
983 computeSummaryAndThreshold(); in postProcessProfiles()
1019 void ProfileGeneratorBase::computeSummaryAndThreshold( in computeSummaryAndThreshold() function in llvm::sampleprof::ProfileGeneratorBase
1029 void CSProfileGenerator::computeSummaryAndThreshold() { in computeSummaryAndThreshold() function in llvm::sampleprof::CSProfileGenerator
1041 ProfileGeneratorBase::computeSummaryAndThreshold(ContextLessProfiles); in computeSummaryAndThreshold()