Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp54 static cl::opt<unsigned> ColdCountThreshold( variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h45 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h134 uint64_t ColdCountThreshold; variable
H A DCSPreInliner.cpp156 uint64_t ColdCountThreshold = ProfileSummaryBuilder::getColdCountThreshold( in shouldInline() local
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp173 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
H A DSampleProf.cpp343 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext, in trimAndMergeColdContextProfiles()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1664 uint64_t ColdCountThreshold) { in verifyFuncBFI()
1882 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local