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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 62 uint64_t getEntryFreq() const;
BlockFrequencyInfoImpl.h 473 uint64_t getEntryFreq() const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 65 uint64_t getEntryFreq() const;
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 180 uint64_t BlockFrequencyInfo::getEntryFreq() const {
181 return BFI ? BFI->getEntryFreq() : 0;
BlockFrequencyInfoImpl.cpp 538 Scaled64 Entry(getEntryFreq(), 0);
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 191 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const {
192 return MBFI ? MBFI->getEntryFreq() : 0;
SpillPlacement.cpp 210 setThreshold(MBFI->getEntryFreq());
243 nodes[n].BiasN = (MBFI->getEntryFreq() / 16);
RegAllocGreedy.cpp     [all...]
LiveIntervalAnalysis.cpp 640 const float Scale = 1.0f / MBFI->getEntryFreq();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 389 milliseconds