Home
last modified time | relevance | path

Searched refs:CSProfileGenerator (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp107 int32_t CSProfileGenerator::MaxCompressionSize = -1;
109 int CSProfileGenerator::MaxContextDepth = -1;
769 void CSProfileGenerator::generateProfile() { in generateProfile()
800 void CSProfileGenerator::updateFunctionSamples() { in updateFunctionSamples()
946 void CSProfileGenerator::convertToProfileMap( in convertToProfileMap()
967 void CSProfileGenerator::convertToProfileMap() { in convertToProfileMap()
980 void CSProfileGenerator::postProcessProfiles() { in postProcessProfiles()
1029 void CSProfileGenerator::computeSummaryAndThreshold() { in computeSummaryAndThreshold()
1110 void CSProfileGenerator::generateProbeBasedProfile() { in generateProbeBasedProfile()
1126 void CSProfileGenerator::populateBodySamplesWithProbes( in populateBodySamplesWithProbes()
[all …]
H A DProfileGenerator.h181 class CSProfileGenerator : public ProfileGeneratorBase {
183 CSProfileGenerator(ProfiledBinary *Binary, in CSProfileGenerator() function
186 CSProfileGenerator(ProfiledBinary *Binary, SampleProfileMap &Profiles) in CSProfileGenerator() function
H A Dllvm-profgen.cpp118 if (CSProfileGenerator::MaxCompressionSize < -1) { in validateCommandLine()
H A DProfiledBinary.cpp283 CSProfileGenerator::compressRecursionContext(ContextVec); in getExpandedContext()
284 CSProfileGenerator::trimContext(ContextVec); in getExpandedContext()
H A DPerfReader.cpp173 CSProfileGenerator::compressRecursionContext<uint64_t>(KeyStr->Context); in getContextKey()
174 CSProfileGenerator::trimContext<uint64_t>(KeyStr->Context); in getContextKey()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-profgen/
H A DContextCompressionTest.cpp18 CSProfileGenerator::compressRecursionContext(Context, -1); in TEST()
26 CSProfileGenerator::compressRecursionContext(Context, -1); in TEST()
35 CSProfileGenerator::compressRecursionContext(Context, 2); in TEST()