Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DMissingFrameInferrer.cpp38 MaximumSearchDepth("max-search-depth", cl::init(UINT32_MAX - 1), variable
165 if (CurSearchingDepth == MaximumSearchDepth) in computeUniqueTailCallPath()
195 assert((LocalPath.size() <= MaximumSearchDepth + 1) && in computeUniqueTailCallPath()