Home
last modified time | relevance | path

Searched refs:getBlockProfileCount (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp108 return BFI->getBlockProfileCount(Inst->getParent()); in getProfileCount()
252 auto Count = BFI->getBlockProfileCount(BB); in isHotBlock()
258 auto Count = BFI->getBlockProfileCount(BB); in isColdBlock()
H A DBlockFrequencyInfo.cpp207 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB) const { in getBlockProfileCount() function in BlockFrequencyInfo
211 return BFI->getBlockProfileCount(*getFunction(), BB); in getBlockProfileCount()
H A DOptimizationRemarkEmitter.cpp63 return BFI->getBlockProfileCount(cast<BasicBlock>(V)); in computeHotness()
H A DBlockFrequencyInfoImpl.cpp560 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, in getBlockProfileCount() function in BlockFrequencyInfoImplBase
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp225 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( in getBlockProfileCount() function in MachineBlockFrequencyInfo
228 return MBFI ? MBFI->getBlockProfileCount(F, MBB) : None; in getBlockProfileCount()
H A DMachineOptimizationRemarkEmitter.cpp39 return MBFI->getBlockProfileCount(&MBB); in computeHotness()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h62 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp49 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in run()
H A DPGOMemOPSizeOpt.cpp246 auto BBEdgeCount = BFI.getBlockProfileCount(MI->getParent()); in perform()
H A DControlHeightReduction.cpp1667 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h527 Optional<uint64_t> getBlockProfileCount(const Function &F,
975 Optional<uint64_t> getBlockProfileCount(const Function &F,
977 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB));
1346 BlockFrequencyInfoImplBase::getBlockProfileCount(
1428 auto Count = Graph->getBlockProfileCount(Node);
H A DBlockFrequencyInfo.h71 Optional<uint64_t> getBlockProfileCount(const BasicBlock *BB) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp433 return BFI->getBlockProfileCount(BB) in computeOutliningColdRegionsInfo()
434 ? BFI->getBlockProfileCount(BB).getValue() in computeOutliningColdRegionsInfo()
943 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()