Searched refs:getProfileCountFromFreq (Results 1 – 7 of 7) sorted by relevance
239 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo241 return MBFI ? MBFI->getProfileCountFromFreq(F, Freq) : None; in getProfileCountFromFreq()
65 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
216 BlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo219 return BFI->getProfileCountFromFreq(*getFunction(), Freq); in getProfileCountFromFreq()
562 return getProfileCountFromFreq(F, getBlockFreq(Node).getFrequency(), in getBlockProfileCount()567 BlockFrequencyInfoImplBase::getProfileCountFromFreq(const Function &F, in getProfileCountFromFreq() function in BlockFrequencyInfoImplBase
76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
525 Optional<uint64_t> getProfileCountFromFreq(const Function &F,979 Optional<uint64_t> getProfileCountFromFreq(const Function &F,982 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
1518 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency()); in extractCodeRegion()