Searched refs:getProfileCountFromFreq (Results 1 – 9 of 9) sorted by relevance
41 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isColdBlock()58 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isHotBlockNthPercentile()74 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isColdBlockNthPercentile()
244 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo249 return MBFI->getProfileCountFromFreq(F, Freq); in getProfileCountFromFreq()
40 return MBFI.getProfileCountFromFreq(I->second.getFrequency()); in getBlockProfileCount()
218 BlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo221 return BFI->getProfileCountFromFreq(*getFunction(), Freq); in getProfileCountFromFreq()
579 return getProfileCountFromFreq(F, getBlockFreq(Node).getFrequency(), in getBlockProfileCount()584 BlockFrequencyInfoImplBase::getProfileCountFromFreq(const Function &F, in getProfileCountFromFreq() function in BlockFrequencyInfoImplBase
73 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
528 Optional<uint64_t> getProfileCountFromFreq(const Function &F,991 Optional<uint64_t> getProfileCountFromFreq(const Function &F,994 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
1705 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency()); in extractCodeRegion()