Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp35 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount() function in MBFIWrapper
43 return MBFI.getBlockProfileCount(MBB); in getBlockProfileCount()
H A DMachineBlockFrequencyInfo.cpp272 std::optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( in getBlockProfileCount() function in MachineBlockFrequencyInfo
278 return MBFI->getBlockProfileCount(F, MBB); in getBlockProfileCount()
H A DMachineOptimizationRemarkEmitter.cpp47 return MBFI->getBlockProfileCount(&MBB); in computeHotness()
H A DMachineFunctionSplitter.cpp111 std::optional<uint64_t> Count = MBFI->getBlockProfileCount(&MBB); in isColdBlock()
H A DStaticDataSplitter.cpp174 std::optional<uint64_t> Count = MBFI->getBlockProfileCount(&MBB); in partitionStaticDataWithProfiles()
H A DMachineBlockPlacement.cpp470 auto Count = MBFI->getBlockProfileCount(BB); in getBlockCountOrFrequency()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h201 auto Count = BFI->getBlockProfileCount(BB); in isHotBlock()
208 auto Count = BFI->getBlockProfileCount(BB); in isColdBlock()
311 auto Count = BFI->getBlockProfileCount(BB); in isHotOrColdBlockNthPercentile()
H A DBlockFrequencyInfo.h73 getBlockProfileCount(const BasicBlock *BB, bool AllowSynthetic = false) const;
H A DBlockFrequencyInfoImpl.h524 getBlockProfileCount(const Function &F, const BlockNode &Node,
1015 getBlockProfileCount(const Function &F, const BlockT *BB,
1017 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB),
1700 BlockFrequencyInfoImplBase::getBlockProfileCount(
1837 auto Count = Graph->getBlockProfileCount(Node);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMBFIWrapper.h33 getBlockProfileCount(const MachineBasicBlock *MBB) const;
H A DMachineBlockFrequencyInfo.h79 getBlockProfileCount(const MachineBasicBlock *MBB) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp205 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB, in getBlockProfileCount() function in BlockFrequencyInfo
210 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
H A DOptimizationRemarkEmitter.cpp69 return BFI->getBlockProfileCount(cast<BasicBlock>(V)); in computeHotness()
H A DProfileSummaryInfo.cpp89 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic); in getProfileCount()
H A DInlineCost.cpp858 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed()
1012 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis()
1028 CycleSavings *= *CallerBFI->getBlockProfileCount(CallerBB); in costBenefitAnalysis()
H A DBlockFrequencyInfoImpl.cpp584 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, in getBlockProfileCount() function in BlockFrequencyInfoImplBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp74 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass()
H A DLowerAllowCheckPass.cpp104 cutoff, BFI.getBlockProfileCount(&BB).value_or(0))); in removeUbsanTraps()
H A DPGOMemOPSizeOpt.cpp260 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent()); in perform()
H A DPGOInstrumentation.cpp1571 if (auto C = BFI.getBlockProfileCount(&BB)) in populateCoverage()
2048 auto BFICount = NBFI.getBlockProfileCount(&BBI); in fixFuncEntryCount()
2102 auto BFICount = NBFI.getBlockProfileCount(&BBI); in verifyFuncBFI()
H A DInstrProfiling.cpp556 auto InstrCount = BFI->getBlockProfileCount(BB); in run()
559 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run()
H A DControlHeightReduction.cpp1694 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp471 return BFI.getBlockProfileCount(BB).value_or(0); in runOnFunction()
H A DPartialInlining.cpp393 return BFI->getBlockProfileCount(BB).value_or(0); in computeOutliningColdRegionsInfo()
928 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()