Searched refs:getProfileCountFromFreq (Results 1 – 7 of 7) sorted by relevance
232 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo234 return MBFI ? MBFI->getProfileCountFromFreq(F, Freq) : None; in getProfileCountFromFreq()
63 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
215 BlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo218 return BFI->getProfileCountFromFreq(*getFunction(), Freq); in getProfileCountFromFreq()
562 return getProfileCountFromFreq(F, getBlockFreq(Node).getFrequency()); in getBlockProfileCount()566 BlockFrequencyInfoImplBase::getProfileCountFromFreq(const Function &F, in getProfileCountFromFreq() function in BlockFrequencyInfoImplBase
76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
529 Optional<uint64_t> getProfileCountFromFreq(const Function &F,980 Optional<uint64_t> getProfileCountFromFreq(const Function &F,982 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq);
1231 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency()); in extractCodeRegion()