| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MBFIWrapper.cpp | 35 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount() function in MBFIWrapper 43 return MBFI.getBlockProfileCount(MBB); in getBlockProfileCount()
|
| H A D | MachineBlockFrequencyInfo.cpp | 233 std::optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( in getBlockProfileCount() function in MachineBlockFrequencyInfo 239 return MBFI->getBlockProfileCount(F, MBB); in getBlockProfileCount()
|
| H A D | MachineOptimizationRemarkEmitter.cpp | 39 return MBFI->getBlockProfileCount(&MBB); in computeHotness()
|
| H A D | MachineFunctionSplitter.cpp | 111 std::optional<uint64_t> Count = MBFI->getBlockProfileCount(&MBB); in isColdBlock()
|
| H A D | MachineBlockPlacement.cpp | 445 auto Count = MBFI->getBlockProfileCount(BB); in getBlockCountOrFrequency()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ProfileSummaryInfo.h | 199 auto Count = BFI->getBlockProfileCount(BB); in isHotBlock() 206 auto Count = BFI->getBlockProfileCount(BB); in isColdBlock() 307 auto Count = BFI->getBlockProfileCount(BB); in isHotOrColdBlockNthPercentile()
|
| H A D | BlockFrequencyInfo.h | 72 getBlockProfileCount(const BasicBlock *BB, bool AllowSynthetic = false) const;
|
| H A D | BlockFrequencyInfoImpl.h | 527 getBlockProfileCount(const Function &F, const BlockNode &Node, 1024 getBlockProfileCount(const Function &F, const BlockT *BB, 1026 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB), 1728 BlockFrequencyInfoImplBase::getBlockProfileCount( 1865 auto Count = Graph->getBlockProfileCount(Node);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MBFIWrapper.h | 33 getBlockProfileCount(const MachineBasicBlock *MBB) const;
|
| H A D | MachineBlockFrequencyInfo.h | 76 getBlockProfileCount(const MachineBasicBlock *MBB) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 206 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB, in getBlockProfileCount() function in BlockFrequencyInfo 211 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
|
| H A D | OptimizationRemarkEmitter.cpp | 69 return BFI->getBlockProfileCount(cast<BasicBlock>(V)); in computeHotness()
|
| H A D | ProfileSummaryInfo.cpp | 84 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic); in getProfileCount()
|
| H A D | InlineCost.cpp | 754 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed() 907 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis() 923 CycleSavings *= *CallerBFI->getBlockProfileCount(CallerBB); in costBenefitAnalysis()
|
| H A D | BlockFrequencyInfoImpl.cpp | 584 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, in getBlockProfileCount() function in BlockFrequencyInfoImplBase
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 73 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass()
|
| H A D | PGOMemOPSizeOpt.cpp | 264 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent()); in perform()
|
| H A D | PGOInstrumentation.cpp | 1437 if (auto C = BFI.getBlockProfileCount(&BB)) in populateCoverage() 1852 auto BFICount = NBFI.getBlockProfileCount(&BBI); in fixFuncEntryCount() 1905 auto BFICount = NBFI.getBlockProfileCount(&BBI); in verifyFuncBFI()
|
| H A D | InstrProfiling.cpp | 453 auto InstrCount = BFI->getBlockProfileCount(BB); in run() 456 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run()
|
| H A D | ControlHeightReduction.cpp | 1703 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 390 return BFI.getBlockProfileCount(BB).value_or(0); in runOnFunction()
|
| H A D | PartialInlining.cpp | 394 return BFI->getBlockProfileCount(BB).value_or(0); in computeOutliningColdRegionsInfo() 936 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()
|