Home
last modified time | relevance | path

Searched defs:ColdCountThreshold (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.h86 uint64_t ColdCountThreshold; variable
H A DProfileGenerator.h191 uint64_t ColdCountThreshold; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp56 static cl::opt<unsigned> ColdCountThreshold( variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h45 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp171 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
H A DSampleProf.cpp320 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext) { in trimAndMergeColdContextProfiles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1724 uint64_t ColdCountThreshold) { in verifyFuncBFI()
1930 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local