Searched refs:ValueCutoff (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 221 uint64_t ValueCutoff = FuncFilter.ValueCutoff; in overlapRecord() local 223 ValueCutoff = 0; in overlapRecord() 225 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
|
| H A D | InstrProf.cpp | 606 uint64_t ValueCutoff) { in overlap() argument 643 if (MaxCount >= ValueCutoff) { in overlap()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2039 cl::opt<unsigned long long> ValueCutoff( in overlap_main() local 2067 OverlapFuncFilters{ValueCutoff, FuncNameFilter}, OS, in overlap_main() 2071 OverlapFuncFilters{ValueCutoff, FuncNameFilter}, in overlap_main() 2142 uint64_t ValueCutoff, bool OnlyListBelow, in showInstrProfile() argument 2174 << ValueCutoff << ":\n"; in showInstrProfile() 2217 if (FuncMax < ValueCutoff) { in showInstrProfile() 2295 if (ValueCutoff > 0) { in showInstrProfile() 2296 OS << "Number of functions with maximum count (< " << ValueCutoff in showInstrProfile() 2298 OS << "Number of functions with maximum count (>= " << ValueCutoff in showInstrProfile() 2621 cl::opt<uint32_t> ValueCutoff( in show_main() local [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 689 uint64_t ValueCutoff; member 815 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff);
|