Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp82 uint64_t ColdCountThreshold = ProfileSummaryBuilder::getColdCountThreshold( in buildTopDownOrder() local
163 uint64_t ColdCountThreshold = ProfileSummaryBuilder::getColdCountThreshold( in shouldInline() local
H A DProfileGenerator.h145 uint64_t ColdCountThreshold; variable
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp59 static cl::opt<unsigned> ColdCountThreshold( variable
/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp179 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
H A DSampleProf.cpp332 trimAndMergeColdContextProfiles(uint64_t ColdCountThreshold,bool TrimColdContext,bool MergeColdContext,uint32_t ColdContextFrameLength,bool TrimBaseProfileOnly) trimAndMergeColdContextProfiles() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; global() variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1955 verifyFuncBFI(PGOUseFunc & Func,LoopInfo & LI,BranchProbabilityInfo & NBPI,uint64_t HotCountThreshold,uint64_t ColdCountThreshold) verifyFuncBFI() argument
2187 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; annotateAllFunctions() local