Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp41 return MBFI.getProfileCountFromFreq(I->second); in getBlockProfileCount()
H A DMachineBlockFrequencyInfo.cpp243 MachineBlockFrequencyInfo::getProfileCountFromFreq(BlockFrequency Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo
248 return MBFI->getProfileCountFromFreq(F, Freq); in getProfileCountFromFreq()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h77 std::optional<uint64_t> getProfileCountFromFreq(BlockFrequency Freq) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp215 BlockFrequencyInfo::getProfileCountFromFreq(BlockFrequency Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo
218 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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h212 auto Count = BFI->getProfileCountFromFreq(BlockFreq); in isColdBlock()
318 auto Count = BFI->getProfileCountFromFreq(BlockFreq); in isHotOrColdBlockNthPercentile()
H A DBlockFrequencyInfo.h77 std::optional<uint64_t> getProfileCountFromFreq(BlockFrequency Freq) const;
H A DBlockFrequencyInfoImpl.h530 getProfileCountFromFreq(const Function &F, BlockFrequency Freq,
1031 getProfileCountFromFreq(const Function &F, BlockFrequency Freq,
1033 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1827 auto Count = BFI->getProfileCountFromFreq(EntryFreq); in extractCodeRegion()