Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp263 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
264 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
H A DSpillPlacement.cpp210 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
245 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
H A DBranchFolding.h148 uint64_t getEntryFreq() const;
H A DShrinkWrap.cpp197 EntryFreq = MBFI->getEntryFreq(); in init()
H A DBranchFolding.cpp582 BranchFolder::MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in BranchFolder::MBFIWrapper
583 return MBFI.getEntryFreq(); in getEntryFreq()
H A DRegAllocPBQP.cpp455 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply()
H A DRegAllocGreedy.cpp2301 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()
2837 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
H A DLiveIntervals.cpp864 const float Scale = 1.0f / MBFI->getEntryFreq(); in getSpillWeight()
H A DMachineBlockPlacement.cpp760 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h80 uint64_t getEntryFreq() const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp278 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
279 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
H A DBlockFrequencyInfoImpl.cpp574 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq()
623 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
H A DModuleSummaryAnalysis.cpp326 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
H A DInlineCost.cpp840 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp45 if (BFI.getEntryFreq() == 0) in run()
H A DCFGMST.h103 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
H A DBlockFrequencyInfoImpl.h539 uint64_t getEntryFreq() const {
969 using BlockFrequencyInfoImplBase::getEntryFreq;
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp122 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()