Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp30 static cl::opt<uint64_t> ProfileSymbolListCutOff( variable
331 while (Size < ListSize && StrNum < ProfileSymbolListCutOff) { in read()
337 if (Size != ListSize && StrNum != ProfileSymbolListCutOff) in read()