Home
last modified time | relevance | path

Searched defs:BlockFrequency (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBlockFrequency.h29 BlockFrequency() : Frequency(0) {} in BlockFrequency() function
30 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBlockFrequency.h30 BlockFrequency() : Frequency(0) {} in BlockFrequency() function
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBlockFrequency.h30 BlockFrequency() : Frequency(0) {} in BlockFrequency() function
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBlockFrequency.h30 BlockFrequency() : Frequency(0) {} in BlockFrequency() function
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h27 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DCodeExtractor.h27 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DCodeExtractor.h27 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DCodeExtractor.h27 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DCodeExtractor.h27 class BlockFrequency; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h27 class BlockFrequency; variable
/aosp_15_r20/external/llvm/unittests/Support/
H A DBlockFrequencyTest.cpp97 TEST(BlockFrequency, Divide) { in TEST() argument
/aosp_15_r20/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h73 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h79 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h79 class BlockFrequency; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h79 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h79 class BlockFrequency; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h78 class BlockFrequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h79 class BlockFrequency; variable
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h40 class BlockFrequency; variable