Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.h113 void computeSummaryAndThreshold(SampleProfileMap &ProfileMap);
356 void computeSummaryAndThreshold();
H A DProfileGenerator.cpp502 computeSummaryAndThreshold(ProfileMap); in postProcessProfiles()
999 computeSummaryAndThreshold(); in postProcessProfiles()
1035 void ProfileGeneratorBase::computeSummaryAndThreshold( in computeSummaryAndThreshold() function in llvm::sampleprof::ProfileGeneratorBase
1045 void CSProfileGenerator::computeSummaryAndThreshold() { in computeSummaryAndThreshold() function in llvm::sampleprof::CSProfileGenerator
1057 ProfileGeneratorBase::computeSummaryAndThreshold(ContextLessProfiles); in computeSummaryAndThreshold()