Home
last modified time | relevance | path

Searched defs:HotCountThreshold (Results 1 – 4 of 4) 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.h132 uint64_t HotCountThreshold; variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1988 uint64_t HotCountThreshold, in verifyFuncBFI()
2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local