Searched defs:ColdCountThreshold (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 46 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 50 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineFunctionSplitter.cpp | 55 static cl::opt<unsigned> ColdCountThreshold( variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 179 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold() local
|
H A D | SampleProf.cpp | 343 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext, in trimAndMergeColdContextProfiles()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1989 uint64_t ColdCountThreshold) { in verifyFuncBFI() 2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local
|