Home
last modified time | relevance | path

Searched defs:HotCountThreshold (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.h143 uint64_t HotCountThreshold; variable
/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local
/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.cpp1954 verifyFuncBFI(PGOUseFunc & Func,LoopInfo & LI,BranchProbabilityInfo & NBPI,uint64_t HotCountThreshold,uint64_t ColdCountThreshold) verifyFuncBFI() argument
2187 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; annotateAllFunctions() local