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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 73 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MBFIWrapper.cpp 40 return MBFI.getProfileCountFromFreq(I->second.getFrequency());
MachineSizeOpts.cpp 41 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency());
58 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency());
74 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency());
MachineBlockFrequencyInfo.cpp 244 MachineBlockFrequencyInfo::getProfileCountFromFreq(uint64_t Freq) const {
249 return MBFI->getProfileCountFromFreq(F, Freq);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 76 Optional<uint64_t> getProfileCountFromFreq(uint64_t Freq) const;
BlockFrequencyInfoImpl.h 528 Optional<uint64_t> getProfileCountFromFreq(const Function &F,
991 Optional<uint64_t> getProfileCountFromFreq(const Function &F,
994 return BlockFrequencyInfoImplBase::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/lib/Transforms/Utils/
CodeExtractor.cpp 1705 auto Count = BFI->getProfileCountFromFreq(EntryFreq.getFrequency());

Completed in 22 milliseconds