Home
last modified time | relevance | path

Searched defs:ColdCountThreshold (Results 1 – 7 of 7) 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/CodeGen/
DMachineFunctionSplitter.cpp55 static cl::opt<unsigned> ColdCountThreshold( variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp179 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
DSampleProf.cpp343 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext, in trimAndMergeColdContextProfiles()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1989 uint64_t ColdCountThreshold) { in verifyFuncBFI()
2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local