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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MBFIWrapper.cpp 34 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const {
42 return MBFI.getBlockProfileCount(MBB);
MachineOptimizationRemarkEmitter.cpp 39 return MBFI->getBlockProfileCount(&MBB);
MachineSizeOpts.cpp 34 auto Count = MBFI->getBlockProfileCount(MBB);
50 auto Count = MBFI->getBlockProfileCount(MBB);
66 auto Count = MBFI->getBlockProfileCount(MBB);
MachineFunctionSplitter.cpp 84 Optional<uint64_t> Count = MBFI->getBlockProfileCount(&MBB);
MachineBlockFrequencyInfo.cpp 234 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount(
240 return MBFI->getBlockProfileCount(F, MBB);
MachineBlockPlacement.cpp 423 auto Count = MBFI->getBlockProfileCount(BB);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MBFIWrapper.h 31 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
MachineBlockFrequencyInfo.h 72 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 92 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic);
328 auto Count = BFI->getBlockProfileCount(BB);
334 auto Count = BFI->getBlockProfileCount(BB);
341 auto Count = BFI->getBlockProfileCount(BB);
OptimizationRemarkEmitter.cpp 67 return BFI->getBlockProfileCount(cast<BasicBlock>(V));
BlockFrequencyInfo.cpp 209 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB,
214 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic);
InlineCost.cpp 640 auto ProfileCount = BFI->getBlockProfileCount(BB);
765 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB);
782 CycleSavings *= CallerBFI->getBlockProfileCount(CallerBB).getValue();
BlockFrequencyInfoImpl.cpp 576 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 70 Optional<uint64_t> getBlockProfileCount(const BasicBlock *BB,
BlockFrequencyInfoImpl.h 525 Optional<uint64_t> getBlockProfileCount(const Function &F,
984 Optional<uint64_t> getBlockProfileCount(const Function &F,
987 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB),
1407 BlockFrequencyInfoImplBase::getBlockProfileCount(
1544 auto Count = Graph->getBlockProfileCount(Node);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp 76 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB);
PGOMemOPSizeOpt.cpp 310 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent());
InstrProfiling.cpp 291 auto InstrCount = BFI->getBlockProfileCount(BB);
294 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader());
PGOInstrumentation.cpp 1690 auto BFICount = NBFI.getBlockProfileCount(&BBI);
1743 auto BFICount = NBFI.getBlockProfileCount(&BBI);
ControlHeightReduction.cpp 1697 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp 418 return BFI.getBlockProfileCount(BB)
419 ? BFI.getBlockProfileCount(BB).getValue()
PartialInlining.cpp 444 return BFI->getBlockProfileCount(BB)
445 ? BFI->getBlockProfileCount(BB).getValue()
986 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB);

Completed in 33 milliseconds