HomeSort by relevance Sort by last modified time
    Searched defs:getBlockProfileCount (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 172 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount(
175 return MBFI ? MBFI->getBlockProfileCount(*F, MBB) : None;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 207 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB) const {
211 return BFI->getBlockProfileCount(*getFunction(), BB);
BlockFrequencyInfoImpl.cpp 560 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 225 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount(
228 return MBFI ? MBFI->getBlockProfileCount(F, MBB) : None;
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 158 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB) const {
162 return BFI->getBlockProfileCount(*getFunction(), BB);
BlockFrequencyInfoImpl.cpp 534 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F,
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 483 Optional<uint64_t> getBlockProfileCount(const Function &F,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 527 Optional<uint64_t> getBlockProfileCount(const Function &F,
    [all...]

Completed in 177 milliseconds