Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h46 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.h134 uint64_t ColdCountThreshold; variable
H A DCSPreInliner.cpp156 uint64_t ColdCountThreshold = ProfileSummaryBuilder::getColdCountThreshold( in shouldInline() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp55 static cl::opt<unsigned> ColdCountThreshold( variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp179 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
H A DSampleProf.cpp343 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext, in trimAndMergeColdContextProfiles()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1989 uint64_t ColdCountThreshold) { in verifyFuncBFI()
2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local