Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMBFIWrapper.cpp35 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount() function in MBFIWrapper
43 return MBFI.getBlockProfileCount(MBB); in getBlockProfileCount()
HDMachineBlockFrequencyInfo.cpp272 std::optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( in getBlockProfileCount() function in MachineBlockFrequencyInfo
278 return MBFI->getBlockProfileCount(F, MBB); in getBlockProfileCount()
HDMachineOptimizationRemarkEmitter.cpp47 return MBFI->getBlockProfileCount(&MBB); in computeHotness()
HDMachineFunctionSplitter.cpp111 std::optional<uint64_t> Count = MBFI->getBlockProfileCount(&MBB); in isColdBlock()
HDMachineBlockPlacement.cpp445 auto Count = MBFI->getBlockProfileCount(BB); in getBlockCountOrFrequency()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDProfileSummaryInfo.h199 auto Count = BFI->getBlockProfileCount(BB); in isHotBlock()
206 auto Count = BFI->getBlockProfileCount(BB); in isColdBlock()
307 auto Count = BFI->getBlockProfileCount(BB); in isHotOrColdBlockNthPercentile()
HDBlockFrequencyInfo.h72 getBlockProfileCount(const BasicBlock *BB, bool AllowSynthetic = false) const;
HDBlockFrequencyInfoImpl.h527 getBlockProfileCount(const Function &F, const BlockNode &Node,
1021 getBlockProfileCount(const Function &F, const BlockT *BB,
1023 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB),
1725 BlockFrequencyInfoImplBase::getBlockProfileCount(
1862 auto Count = Graph->getBlockProfileCount(Node);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMBFIWrapper.h33 getBlockProfileCount(const MachineBasicBlock *MBB) const;
HDMachineBlockFrequencyInfo.h78 getBlockProfileCount(const MachineBasicBlock *MBB) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfo.cpp205 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB, in getBlockProfileCount() function in BlockFrequencyInfo
210 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
HDOptimizationRemarkEmitter.cpp69 return BFI->getBlockProfileCount(cast<BasicBlock>(V)); in computeHotness()
HDProfileSummaryInfo.cpp84 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic); in getProfileCount()
HDInlineCost.cpp760 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed()
913 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis()
929 CycleSavings *= *CallerBFI->getBlockProfileCount(CallerBB); in costBenefitAnalysis()
HDBlockFrequencyInfoImpl.cpp584 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, in getBlockProfileCount() function in BlockFrequencyInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDCGProfile.cpp74 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass()
HDLowerAllowCheckPass.cpp101 uint64_t Count = BFI.getBlockProfileCount(&BB).value_or(0); in removeUbsanTraps()
HDPGOMemOPSizeOpt.cpp260 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent()); in perform()
HDPGOInstrumentation.cpp1493 if (auto C = BFI.getBlockProfileCount(&BB)) in populateCoverage()
1946 auto BFICount = NBFI.getBlockProfileCount(&BBI); in fixFuncEntryCount()
1998 auto BFICount = NBFI.getBlockProfileCount(&BBI); in verifyFuncBFI()
HDInstrProfiling.cpp534 auto InstrCount = BFI->getBlockProfileCount(BB); in run()
537 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run()
HDControlHeightReduction.cpp1704 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileProbe.cpp476 return BFI.getBlockProfileCount(BB).value_or(0); in runOnFunction()
HDPartialInlining.cpp394 return BFI->getBlockProfileCount(BB).value_or(0); in computeOutliningColdRegionsInfo()
936 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()