Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp60 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper
61 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.cpp1467 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()
2035 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
H A DMachineBlockPlacement.cpp835 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
/llvm-project-15.0.7/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.h39 uint64_t getEntryFreq() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp280 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
281 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
H A DCFGPrinter.cpp322 uint64_t EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
H A DBlockFrequencyInfoImpl.cpp606 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq()
655 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
H A DModuleSummaryAnalysis.cpp387 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
H A DInlineCost.cpp1771 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
H A DBlockFrequencyInfoImpl.h539 uint64_t getEntryFreq() const { in getEntryFreq() function
1017 using BlockFrequencyInfoImplBase::getEntryFreq;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp114 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp154 EntryFreq = MBFI->getEntryFreq(); in initialize()