reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineBlockFrequencyInfo.h
   82   uint64_t getEntryFreq() const;

References

lib/CodeGen/BranchFolding.cpp
  588   return MBFI.getEntryFreq();
lib/CodeGen/LiveIntervals.cpp
  863   const float Scale = 1.0f / MBFI->getEntryFreq();
lib/CodeGen/RegAllocGreedy.cpp
 2315     (1.0f / MBFI->getEntryFreq());
 2853   uint64_t ActualEntry = MBFI->getEntryFreq();
lib/CodeGen/RegAllocPBQP.cpp
  454         const float Scale = 1.0f / MBFI.getEntryFreq();
lib/CodeGen/ShrinkWrap.cpp
  196     EntryFreq = MBFI->getEntryFreq();
lib/CodeGen/SpillPlacement.cpp
  209   setThreshold(MBFI->getEntryFreq());
  244     nodes[n].BiasN = (MBFI->getEntryFreq() / 16);
lib/Target/PowerPC/PPCMIPeephole.cpp
  139   EntryFreq = MBFI->getEntryFreq();