/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MBFIWrapper.cpp | 34 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount() function in MBFIWrapper 42 return MBFI.getBlockProfileCount(MBB); in getBlockProfileCount()
|
H A D | MachineSizeOpts.cpp | 34 auto Count = MBFI->getBlockProfileCount(MBB); in isColdBlock() 50 auto Count = MBFI->getBlockProfileCount(MBB); in isHotBlockNthPercentile() 66 auto Count = MBFI->getBlockProfileCount(MBB); in isColdBlockNthPercentile()
|
H A D | MachineBlockFrequencyInfo.cpp | 234 Optional<uint64_t> MachineBlockFrequencyInfo::getBlockProfileCount( in getBlockProfileCount() function in MachineBlockFrequencyInfo 240 return MBFI->getBlockProfileCount(F, MBB); in getBlockProfileCount()
|
H A D | MachineOptimizationRemarkEmitter.cpp | 39 return MBFI->getBlockProfileCount(&MBB); in computeHotness()
|
H A D | MachineFunctionSplitter.cpp | 84 Optional<uint64_t> Count = MBFI->getBlockProfileCount(&MBB); in isColdBlock()
|
H A D | MachineBlockPlacement.cpp | 423 auto Count = MBFI->getBlockProfileCount(BB); in getBlockCountOrFrequency()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 92 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic); in getProfileCount() 328 auto Count = BFI->getBlockProfileCount(BB); in isHotBlock() 334 auto Count = BFI->getBlockProfileCount(BB); in isColdBlock() 341 auto Count = BFI->getBlockProfileCount(BB); in isHotOrColdBlockNthPercentile()
|
H A D | BlockFrequencyInfo.cpp | 209 BlockFrequencyInfo::getBlockProfileCount(const BasicBlock *BB, in getBlockProfileCount() function in BlockFrequencyInfo 214 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
|
H A D | OptimizationRemarkEmitter.cpp | 67 return BFI->getBlockProfileCount(cast<BasicBlock>(V)); in computeHotness()
|
H A D | InlineCost.cpp | 640 auto ProfileCount = BFI->getBlockProfileCount(BB); in onBlockAnalyzed() 765 auto ProfileCount = CalleeBFI->getBlockProfileCount(&BB); in costBenefitAnalysis() 782 CycleSavings *= CallerBFI->getBlockProfileCount(CallerBB).getValue(); in costBenefitAnalysis()
|
H A D | BlockFrequencyInfoImpl.cpp | 576 BlockFrequencyInfoImplBase::getBlockProfileCount(const Function &F, in getBlockProfileCount() function in BlockFrequencyInfoImplBase
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MBFIWrapper.h | 31 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
|
H A D | MachineBlockFrequencyInfo.h | 72 Optional<uint64_t> getBlockProfileCount(const MachineBasicBlock *MBB) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfo.h | 70 Optional<uint64_t> getBlockProfileCount(const BasicBlock *BB,
|
H A D | BlockFrequencyInfoImpl.h | 525 Optional<uint64_t> getBlockProfileCount(const Function &F, 984 Optional<uint64_t> getBlockProfileCount(const Function &F, 987 return BlockFrequencyInfoImplBase::getBlockProfileCount(F, getNode(BB), 1407 BlockFrequencyInfoImplBase::getBlockProfileCount( 1544 auto Count = Graph->getBlockProfileCount(Node);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 418 return BFI.getBlockProfileCount(BB) in runOnFunction() 419 ? BFI.getBlockProfileCount(BB).getValue() in runOnFunction()
|
H A D | PartialInlining.cpp | 444 return BFI->getBlockProfileCount(BB) in computeOutliningColdRegionsInfo() 445 ? BFI->getBlockProfileCount(BB).getValue() in computeOutliningColdRegionsInfo() 986 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 76 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass()
|
H A D | InstrProfiling.cpp | 291 auto InstrCount = BFI->getBlockProfileCount(BB); in run() 294 auto PreheaderCount = BFI->getBlockProfileCount(L.getLoopPreheader()); in run()
|
H A D | PGOMemOPSizeOpt.cpp | 310 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent()); in perform()
|
H A D | PGOInstrumentation.cpp | 1690 auto BFICount = NBFI.getBlockProfileCount(&BBI); in fixFuncEntryCount() 1743 auto BFICount = NBFI.getBlockProfileCount(&BBI); in verifyFuncBFI()
|
H A D | ControlHeightReduction.cpp | 1697 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
|