Searched defs:ColdCountThreshold (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionSplitter.cpp | 59 static cl::opt<unsigned> ColdCountThreshold( variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 179 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
|
H A D | SampleProf.cpp | 332 trimAndMergeColdContextProfiles(uint64_t ColdCountThreshold,bool TrimColdContext,bool MergeColdContext,uint32_t ColdContextFrameLength,bool TrimBaseProfileOnly) trimAndMergeColdContextProfiles() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1886 verifyFuncBFI(PGOUseFunc & Func,LoopInfo & LI,BranchProbabilityInfo & NBPI,uint64_t HotCountThreshold,uint64_t ColdCountThreshold) verifyFuncBFI() argument 2107 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; annotateAllFunctions() local
|