Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBlockFrequencyInfo.h71 assert(getEntryFreq() != BlockFrequency(0) && in getBlockFreqRelativeToEntryBlock()
74 static_cast<double>(getEntryFreq().getFrequency()); in getBlockFreqRelativeToEntryBlock()
98 BlockFrequency getEntryFreq() const;
HDMBFIWrapper.h36 BlockFrequency getEntryFreq() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMBFIWrapper.cpp50 BlockFrequency MBFIWrapper::getEntryFreq() const { return MBFI.getEntryFreq(); } in getEntryFreq() function in MBFIWrapper
HDMachineBlockFrequencyInfo.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()
HDSpillPlacement.cpp204 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
239 BlockFrequency BiasN = MBFI->getEntryFreq(); in activate()
HDShrinkWrap.cpp235 EntryFreq = MBFI->getEntryFreq(); in init()
HDRegAllocGreedy.cpp1654 (1.0f / MBFI->getEntryFreq().getFrequency()); in tryLocalSplit()
2222 uint64_t ActualEntry = MBFI->getEntryFreq().getFrequency(); in initializeCSRCost()
HDMachineBlockPlacement.cpp851 BlockFrequency EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfo.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()
HDCFGPrinter.cpp188 BlockFrequency EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
HDBlockFrequencyInfoImpl.cpp598 APInt EntryFreq(128, getEntryFreq().getFrequency()); in getProfileCountFromFreq()
HDModuleSummaryAnalysis.cpp449 uint64_t EntryFreq = BFI->getEntryFreq().getFrequency(); in computeFunctionSummary()
HDInlineCost.cpp1902 BlockFrequency CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDCGProfile.cpp70 if (BFI.getEntryFreq() == BlockFrequency(0)) in runCGProfilePass()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBlockFrequencyInfo.h96 BlockFrequency getEntryFreq() const;
HDBlockFrequencyInfoImpl.h536 BlockFrequency getEntryFreq() const { in getEntryFreq() function
1014 using BlockFrequencyInfoImplBase::getEntryFreq;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSyntheticCountsPropagation.cpp114 Scaled64 EntryFreq(BFI.getEntryFreq().getFrequency(), 0); in run()
HDFunctionSpecialization.cpp212 BFI.getEntryFreq().getFrequency(); in getUserBonus()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDCFGMST.h118 (BFI != nullptr ? BFI->getEntryFreq().getFrequency() : 2); in buildEdges()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMIPeephole.cpp207 EntryFreq = MBFI->getEntryFreq(); in initialize()