HomeSort by relevance Sort by last modified time
    Searched refs:getEntryFreq (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 69 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 76 uint64_t getEntryFreq() const;
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 198 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const {
199 return MBFI ? MBFI->getEntryFreq() : 0;
SpillPlacement.cpp 202 setThreshold(MBFI->getEntryFreq());
237 nodes[n].BiasN = (MBFI->getEntryFreq() / 16);
ShrinkWrap.cpp 168 EntryFreq = MBFI->getEntryFreq();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 79 uint64_t getEntryFreq() const;
BlockFrequencyInfoImpl.h 492 uint64_t getEntryFreq() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 94 uint64_t getEntryFreq() const;
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 201 uint64_t BlockFrequencyInfo::getEntryFreq() const {
202 return BFI ? BFI->getEntryFreq() : 0;
BlockFrequencyInfoImpl.cpp 542 APInt EntryFreq(128, getEntryFreq());
582 Scaled64 Entry(getEntryFreq(), 0);
  /external/llvm/lib/Transforms/Instrumentation/
CFGMST.h 88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);

Completed in 2338 milliseconds

1 2