Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h71 assert(getEntryFreq() != BlockFrequency(0) && in getBlockFreqRelativeToEntryBlock()
74 static_cast<double>(getEntryFreq().getFrequency()); in getBlockFreqRelativeToEntryBlock()
98 BlockFrequency getEntryFreq() const;
H A DMBFIWrapper.h36 BlockFrequency getEntryFreq() const;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp50 BlockFrequency MBFIWrapper::getEntryFreq() const { return MBFI.getEntryFreq(); } in getEntryFreq() function in MBFIWrapper
H A DMachineBlockFrequencyInfo.cpp315 BlockFrequency MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
316 return MBFI ? MBFI->getEntryFreq() : BlockFrequency(0); in getEntryFreq()
322 printRelativeBlockFreq(OS, MBFI.getEntryFreq(), Freq); in printBlockFreq()
H A DSpillPlacement.cpp204 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
239 BlockFrequency BiasN = MBFI->getEntryFreq(); in activate()
H A DShrinkWrap.cpp235 EntryFreq = MBFI->getEntryFreq(); in init()
H A DRegAllocGreedy.cpp1654 (1.0f / MBFI->getEntryFreq().getFrequency()); in tryLocalSplit()
2222 uint64_t ActualEntry = MBFI->getEntryFreq().getFrequency(); in initializeCSRCost()
H A DMachineBlockPlacement.cpp851 BlockFrequency EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp267 BlockFrequency BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
268 return BFI ? BFI->getEntryFreq() : BlockFrequency(0); in getEntryFreq()
286 printRelativeBlockFreq(OS, BFI.getEntryFreq(), Freq); in printBlockFreq()
H A DCFGPrinter.cpp188 BlockFrequency EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
H A DBlockFrequencyInfoImpl.cpp598 APInt EntryFreq(128, getEntryFreq().getFrequency()); in getProfileCountFromFreq()
H A DModuleSummaryAnalysis.cpp449 uint64_t EntryFreq = BFI->getEntryFreq().getFrequency(); in computeFunctionSummary()
H A DInlineCost.cpp1902 BlockFrequency CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp70 if (BFI.getEntryFreq() == BlockFrequency(0)) in runCGProfilePass()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h96 BlockFrequency getEntryFreq() const;
H A DBlockFrequencyInfoImpl.h536 BlockFrequency getEntryFreq() const { in getEntryFreq() function
1014 using BlockFrequencyInfoImplBase::getEntryFreq;
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp114 Scaled64 EntryFreq(BFI.getEntryFreq().getFrequency(), 0); in run()
H A DFunctionSpecialization.cpp212 BFI.getEntryFreq().getFrequency(); in getUserBonus()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h118 (BFI != nullptr ? BFI->getEntryFreq().getFrequency() : 2); in buildEdges()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp207 EntryFreq = MBFI->getEntryFreq(); in initialize()