Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h192 static void trimContext(SmallVectorImpl<T> &S, int Depth = MaxContextDepth) {
377 static int MaxContextDepth; variable
H A DProfileGenerator.cpp76 cl::location(llvm::sampleprof::CSProfileGenerator::MaxContextDepth));
109 int CSProfileGenerator::MaxContextDepth = -1; member in llvm::sampleprof::CSProfileGenerator