Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h46 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h50 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DProfileSummaryInfo.h48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DProfileSummaryInfo.h48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DProfileSummaryInfo.h48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DProfileSummaryInfo.h48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1988 uint64_t HotCountThreshold, in verifyFuncBFI()
2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local