Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp191 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
192 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
DSpillPlacement.cpp190 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
223 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
DRegAllocPBQP.cpp421 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply()
DRegAllocGreedy.cpp1765 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()
2256 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
DLiveIntervalAnalysis.cpp815 const float Scale = 1.0f / MBFI->getEntryFreq(); in getSpillWeight()
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp180 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
181 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
DBlockFrequencyInfoImpl.cpp549 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h65 uint64_t getEntryFreq() const;
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h62 uint64_t getEntryFreq() const;
DBlockFrequencyInfoImpl.h463 uint64_t getEntryFreq() const {
885 using BlockFrequencyInfoImplBase::getEntryFreq;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1291 ColdEntryFreq = BlockFrequency(BFI->getEntryFreq()) * ColdProb; in runOnFunction()