HomeSort by: relevance | last modified time | path
    Searched defs:getProfileCountFromFreq (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 244 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const {
249 return MBFI->getProfileCountFromFreq(F, Freq);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 218 BlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const {
221 return BFI->getProfileCountFromFreq(*getFunction(), Freq);
BlockFrequencyInfoImpl.cpp 579 return getProfileCountFromFreq(F, getBlockFreq(Node).getFrequency(),
584 BlockFrequencyInfoImplBase::getProfileCountFromFreq(const Function &F,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 528 Optional<uint64_t> getProfileCountFromFreq(const Function &F,
991 Optional<uint64_t> getProfileCountFromFreq(const Function &F,
994 return BlockFrequencyInfoImplBase::getProfileCountFromFreq(F, Freq,

Completed in 28 milliseconds