Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp239 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in MachineBlockFrequencyInfo
241 return MBFI ? MBFI->getProfileCountFromFreq(F, Freq) : None; in getProfileCountFromFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h65 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp216 BlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const { in getProfileCountFromFreq() function in BlockFrequencyInfo
219 return BFI->getProfileCountFromFreq(*getFunction(), Freq); in getProfileCountFromFreq()
DBlockFrequencyInfoImpl.cpp562 return getProfileCountFromFreq(F, getBlockFreq(Node).getFrequency(), in getBlockProfileCount()
567 BlockFrequencyInfoImplBase::getProfileCountFromFreq(const Function &F, in getProfileCountFromFreq() function in BlockFrequencyInfoImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
DBlockFrequencyInfoImpl.h525 Optional<uint64_t> getProfileCountFromFreq(const Function &F,
979 Optional<uint64_t> getProfileCountFromFreq(const Function &F,
982 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1518 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency()); in extractCodeRegion()