Home
last modified time | relevance | path

Searched refs:getProfileCountFromFreq (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp41 return MBFI.getProfileCountFromFreq(I->second); in getBlockProfileCount()
H A DMachineBlockFrequencyInfo.cpp282 MachineBlockFrequencyInfo::getProfileCountFromFreq(BlockFrequency Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo
287 return MBFI->getProfileCountFromFreq(F, Freq); in getProfileCountFromFreq()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp214 BlockFrequencyInfo::getProfileCountFromFreq(BlockFrequency Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo
217 return BFI->getProfileCountFromFreq(*getFunction(), Freq); in getProfileCountFromFreq()
H A DBlockFrequencyInfoImpl.cpp587 return getProfileCountFromFreq(F, getBlockFreq(Node), AllowSynthetic); in getBlockProfileCount()
590 std::optional<uint64_t> BlockFrequencyInfoImplBase::getProfileCountFromFreq( in getProfileCountFromFreq() function in BlockFrequencyInfoImplBase
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h214 auto Count = BFI->getProfileCountFromFreq(BlockFreq); in isColdBlock()
322 auto Count = BFI->getProfileCountFromFreq(BlockFreq); in isHotOrColdBlockNthPercentile()
H A DBlockFrequencyInfo.h79 getProfileCountFromFreq(BlockFrequency Freq) const;
H A DBlockFrequencyInfoImpl.h527 getProfileCountFromFreq(const Function &F, BlockFrequency Freq,
1022 getProfileCountFromFreq(const Function &F, BlockFrequency Freq,
1024 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h81 getProfileCountFromFreq(BlockFrequency Freq) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1056 auto Count = BFI->getProfileCountFromFreq(EntryFreq); in constructFunctionDeclaration()