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

1 2

  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 69 uint64_t getEntryFreq() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 80 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();
RegAllocPBQP.cpp 429 const float Scale = 1.0f / MBFI.getEntryFreq();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 79 uint64_t getEntryFreq() const;
BlockFrequencyInfoImpl.h 492 uint64_t getEntryFreq() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 103 uint64_t getEntryFreq() const;
BlockFrequencyInfoImpl.h 539 uint64_t getEntryFreq() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SyntheticCountsPropagation.cpp 116 Scaled64 EntryFreq(BFI.getEntryFreq(), 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp 45 if (BFI.getEntryFreq() == 0)
CFGMST.h 103 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 263 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const {
264 return MBFI ? MBFI->getEntryFreq() : 0;
SpillPlacement.cpp 210 setThreshold(MBFI->getEntryFreq());
245 nodes[n].BiasN = (MBFI->getEntryFreq() / 16);
BranchFolding.h 148 uint64_t getEntryFreq() const;
ShrinkWrap.cpp 197 EntryFreq = MBFI->getEntryFreq();
BranchFolding.cpp 582 BranchFolder::MBFIWrapper::getEntryFreq() const {
583 return MBFI.getEntryFreq();
    [all...]
RegAllocPBQP.cpp 455 const float Scale = 1.0f / MBFI.getEntryFreq();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 278 uint64_t BlockFrequencyInfo::getEntryFreq() const {
279 return BFI ? BFI->getEntryFreq() : 0;
BlockFrequencyInfoImpl.cpp 574 APInt EntryFreq(128, getEntryFreq());
621 Scaled64 Entry(getEntryFreq(), 0);
ModuleSummaryAnalysis.cpp 309 uint64_t EntryFreq = BFI->getEntryFreq();
  /external/llvm/lib/Transforms/Instrumentation/
CFGMST.h 88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);

Completed in 1103 milliseconds

1 2