| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 56 if (hasProfileSummary()) in refresh() 63 if (!hasProfileSummary()) { in refresh() 69 if (!hasProfileSummary()) in refresh() 106 if (!hasProfileSummary()) in isFunctionEntryCold() 147 if (!hasProfileSummary()) in computeThreshold() 222 return hasProfileSummary() && in hasPartialSampleProfile()
|
| H A D | InlineCost.cpp | 896 if (!PSI || !PSI->hasProfileSummary()) in isCostBenefitAnalysisEnabled() 2025 if (PSI && PSI->hasProfileSummary()) in isColdCallSite() 2050 if (PSI && PSI->hasProfileSummary() && PSI->isHotCallSite(Call, CallerBFI)) in getHotCallSiteThreshold()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ProfileSummaryInfo.h | 72 bool hasProfileSummary() const { return Summary != nullptr; } in hasProfileSummary() function 76 return hasProfileSummary() && in hasSampleProfile() 82 return hasProfileSummary() && in hasInstrumentationProfile() 88 return hasProfileSummary() && in hasCSInstrumentationProfile() 117 if (!F || !hasProfileSummary()) in isFunctionEntryHot() 129 if (!F || !hasProfileSummary()) in isFunctionHotInCallGraph() 149 if (!F || !hasProfileSummary()) in isFunctionColdInCallGraph() 279 if (!F || !hasProfileSummary()) in isFunctionHotOrColdInCallGraphNthPercentile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SizeOpts.h | 55 if (!PSI || !BFI || !PSI->hasProfileSummary()) in shouldFuncOptimizeForSizeImpl() 76 if (!PSI || !BFI || !PSI->hasProfileSummary()) in shouldOptimizeForSizeImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TailDuplication.cpp | 92 auto *MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction() 116 auto *MBFI = (PSI && PSI->hasProfileSummary() in run()
|
| H A D | StaticDataAnnotator.cpp | 73 if (!PSI->hasProfileSummary()) in runOnModule()
|
| H A D | StaticDataSplitter.cpp | 108 const bool ProfileAvailable = PSI && PSI->hasProfileSummary() && MBFI && in runOnMachineFunction()
|
| H A D | ExpandMemCmp.cpp | 924 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in runOnFunction() 1003 BlockFrequencyInfo *BFI = (PSI && PSI->hasProfileSummary()) in run()
|
| H A D | MachineCombiner.cpp | 729 MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
|
| H A D | SelectOptimize.cpp | 1083 } else if (PSI->hasProfileSummary()) { in hasExpensiveColdOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOForceFunctionAttrs.cpp | 27 if (!PSI.hasProfileSummary()) in shouldRunOnFunction()
|
| H A D | IndirectCallPromotion.cpp | 826 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
|
| H A D | HWAddressSanitizer.cpp | 1556 if (!PSI || !PSI->hasProfileSummary()) { in selectiveInstrumentationShouldSkip()
|
| H A D | ControlHeightReduction.cpp | 2078 if (!PPSI || !PPSI->hasProfileSummary()) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PadShortFunction.cpp | 117 auto *MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
|
| H A D | X86FixupBWInsts.cpp | 161 MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
|
| H A D | X86OptimizeLEAs.cpp | 723 auto *MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
|
| H A D | X86FixupLEAs.cpp | 236 auto *MBFI = (PSI && PSI->hasProfileSummary()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 151 if (PSI && PSI->hasProfileSummary()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 692 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in run()
|
| H A D | LoopUnrollPass.cpp | 1614 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in run()
|
| H A D | SimpleLoopUnswitch.cpp | 3662 if (PSI && PSI->hasProfileSummary() && BFI && IsLoopNestCold(&L)) { in unswitchLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 1245 if (PSI.hasProfileSummary() && F.hasProfileData() && in unswitchFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 472 if (PSI && PSI->hasProfileSummary() && OptLevel != CodeGenOptLevel::None) in initializeAnalysisResults() 525 if (PSI && PSI->hasProfileSummary() && OptLevel != CodeGenOptLevel::None) in initializeAnalysisResults()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 5956 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in run() 6007 (PSI && PSI->hasProfileSummary()) ? in runOnFunction()
|