Searched refs:getBlockProfileCount (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h64 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp39 return MBFI->getBlockProfileCount(&MBB);
H A DMachineSizeOpts.cpp34 auto Count = MBFI->getBlockProfileCount(MBB);
50 auto Count = MBFI->getBlockProfileCount(MBB);
66 auto Count = MBFI->getBlockProfileCount(MBB);
H A DMachineBlockFrequencyInfo.cpp232 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( function in class:MachineBlockFrequencyInfo
235 return MBFI ? MBFI->getBlockProfileCount(F, MBB) : None;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h70 Optional<uint64_t> getBlockProfileCount(const BasicBlock *BB,
H A DBlockFrequencyInfoImpl.h526 Optional<uint64_t> getBlockProfileCount(const Function &F,
985 Optional<uint64_t> getBlockProfileCount(const Function &F, function in class:llvm::BlockFrequencyInfoImpl
988 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB),
1408 BlockFrequencyInfoImplBase::getBlockProfileCount(
1545 auto Count = Graph->getBlockProfileCount(Node);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp66 return BFI->getBlockProfileCount(cast<BasicBlock>(V));
H A DProfileSummaryInfo.cpp128 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic);
368 auto Count = BFI->getBlockProfileCount(BB);
374 auto Count = BFI->getBlockProfileCount(BB);
381 auto Count = BFI->getBlockProfileCount(BB);
H A DBlockFrequencyInfo.cpp207 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB, function in class:BlockFrequencyInfo
212 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic);
H A DBlockFrequencyInfoImpl.cpp574 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, function in class:BlockFrequencyInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp75 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB);
H A DPGOMemOPSizeOpt.cpp328 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent());
H A DInstrProfiling.cpp289 auto InstrCount = BFI->getBlockProfileCount(BB);
292 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader());
H A DControlHeightReduction.cpp1700 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp444 return BFI->getBlockProfileCount(BB)
445 ? BFI->getBlockProfileCount(BB).getValue()
955 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB);

Completed in 108 milliseconds