Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp59 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper
60 return MBFI.getEntryFreq(); in getEntryFreq()
H A DMachineBlockFrequencyInfo.cpp289 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
290 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
H A DSpillPlacement.cpp206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
H A DShrinkWrap.cpp197 EntryFreq = MBFI->getEntryFreq(); in init()
H A DRegAllocGreedy.cpp2322 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()
2855 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
H A DMachineBlockPlacement.cpp815 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock()
101 uint64_t getEntryFreq() const;
H A DMBFIWrapper.h38 uint64_t getEntryFreq() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp281 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
282 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
H A DBlockFrequencyInfoImpl.cpp593 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq()
642 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
H A DModuleSummaryAnalysis.cpp356 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
H A DInlineCost.cpp1461 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
H A DBlockFrequencyInfoImpl.h539 uint64_t getEntryFreq() const { in getEntryFreq() function
978 using BlockFrequencyInfoImplBase::getEntryFreq;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp120 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp72 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
H A DCFGMST.h104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp148 EntryFreq = MBFI->getEntryFreq(); in initialize()