Home
last modified time | relevance | path

Searched refs:getEntryFreq (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp198 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
199 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
DSpillPlacement.cpp202 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
237 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
DShrinkWrap.cpp168 EntryFreq = MBFI->getEntryFreq(); in init()
DRegAllocPBQP.cpp429 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply()
DRegAllocGreedy.cpp1806 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()
2298 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
DLiveIntervalAnalysis.cpp823 const float Scale = 1.0f / MBFI->getEntryFreq(); in getSpillWeight()
/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h69 uint64_t getEntryFreq() const;
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp201 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
202 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
DBlockFrequencyInfoImpl.cpp542 APInt EntryFreq(128, getEntryFreq()); in getBlockProfileCount()
582 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h79 uint64_t getEntryFreq() const;
DBlockFrequencyInfoImpl.h492 uint64_t getEntryFreq() const {
920 using BlockFrequencyInfoImplBase::getEntryFreq;
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp470 ColdEntryFreq = BlockFrequency(BFI.getEntryFreq()) * ColdProb; in runOnLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6614 ColdEntryFreq = BlockFrequency(BFI->getEntryFreq()) * ColdProb; in runImpl()