Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h46 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h50 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1988 uint64_t HotCountThreshold, in verifyFuncBFI()
2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local