Home
last modified time | relevance | path

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

/src/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()
/src/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
/src/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,
1028 getProfileCountFromFreq(const Function &F, BlockFrequency Freq,
1030 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h79 std::optional<uint64_t> getProfileCountFromFreq(BlockFrequency Freq) const;
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1865 auto Count = BFI->getProfileCountFromFreq(EntryFreq); in extractCodeRegion()