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()
41 return MBFI.getProfileCountFromFreq(I->second.getFrequency()); in getBlockProfileCount()
244 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo249 return MBFI->getProfileCountFromFreq(F, Freq); in getProfileCountFromFreq()
73 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
217 BlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo220 return BFI->getProfileCountFromFreq(*getFunction(), Freq); in getProfileCountFromFreq()
592 return getProfileCountFromFreq(F, getBlockFreq(Node).getFrequency(), in getBlockProfileCount()597 BlockFrequencyInfoImplBase::getProfileCountFromFreq(const Function &F, in getProfileCountFromFreq() function in BlockFrequencyInfoImplBase
76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
528 Optional<uint64_t> getProfileCountFromFreq(const Function &F,1030 Optional<uint64_t> getProfileCountFromFreq(const Function &F,1033 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
1778 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency()); in extractCodeRegion()