Home
last modified time | relevance | path

Searched refs:MaxCompressionSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h205 int32_t CSize = MaxCompressionSize) {
376 static int32_t MaxCompressionSize;
H A Dllvm-profgen.cpp118 if (CSProfileGenerator::MaxCompressionSize < -1) { in validateCommandLine()
H A DProfileGenerator.cpp54 cl::location(llvm::sampleprof::CSProfileGenerator::MaxCompressionSize));
107 int32_t CSProfileGenerator::MaxCompressionSize = -1; member in llvm::sampleprof::CSProfileGenerator