Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp411 cl::opt<uint32_t> ShowValueCutoff( variable
2782 << ShowValueCutoff << ":\n"; in showInstrProfile()
2843 if (FuncMax < ShowValueCutoff) { in showInstrProfile()
2932 if (ShowValueCutoff > 0) { in showInstrProfile()
2933 OS << "Number of functions with maximum count (< " << ShowValueCutoff in showInstrProfile()
2935 OS << "Number of functions with maximum count (>= " << ShowValueCutoff in showInstrProfile()