Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDProfileSummaryInfo.h71 bool hasProfileSummary() const { return Summary != nullptr; } in hasProfileSummary() function
75 return hasProfileSummary() && in hasSampleProfile()
81 return hasProfileSummary() && in hasInstrumentationProfile()
87 return hasProfileSummary() && in hasCSInstrumentationProfile()
116 if (!F || !hasProfileSummary()) in isFunctionEntryHot()
128 if (!F || !hasProfileSummary()) in isFunctionHotInCallGraph()
148 if (!F || !hasProfileSummary()) in isFunctionColdInCallGraph()
275 if (!F || !hasProfileSummary()) in isFunctionHotOrColdInCallGraphNthPercentile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDProfileSummaryInfo.cpp51 if (hasProfileSummary()) in refresh()
58 if (!hasProfileSummary()) { in refresh()
64 if (!hasProfileSummary()) in refresh()
101 if (!hasProfileSummary()) in isFunctionEntryCold()
142 if (!hasProfileSummary()) in computeThreshold()
218 return hasProfileSummary() && in hasPartialSampleProfile()
HDInlineCost.cpp796 if (!PSI || !PSI->hasProfileSummary()) in isCostBenefitAnalysisEnabled()
1863 if (PSI && PSI->hasProfileSummary()) in isColdCallSite()
1888 if (PSI && PSI->hasProfileSummary() && PSI->isHotCallSite(Call, CallerBFI)) in getHotCallSiteThreshold()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSizeOpts.h54 if (!PSI || !BFI || !PSI->hasProfileSummary()) in shouldFuncOptimizeForSizeImpl()
75 if (!PSI || !BFI || !PSI->hasProfileSummary()) in shouldOptimizeForSizeImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOForceFunctionAttrs.cpp27 if (!PSI.hasProfileSummary()) in shouldRunOnFunction()
HDIndirectCallPromotion.cpp814 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
892 if (PSI && PSI->hasProfileSummary() && in isProfitableToCompareVTables()
HDHWAddressSanitizer.cpp1541 if (!PSI || !PSI->hasProfileSummary()) { in selectiveInstrumentationShouldSkip()
HDControlHeightReduction.cpp2087 if (!PPSI || !PPSI->hasProfileSummary()) in run()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTailDuplication.cpp89 auto *MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
HDExpandMemCmp.cpp925 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in runOnFunction()
1004 BlockFrequencyInfo *BFI = (PSI && PSI->hasProfileSummary()) in run()
HDMachineCombiner.cpp732 MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
HDSelectOptimize.cpp967 } else if (PSI->hasProfileSummary()) { in hasExpensiveColdOperand()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86PadShortFunction.cpp119 auto *MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
HDX86FixupBWInsts.cpp162 MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
HDX86OptimizeLEAs.cpp723 auto *MBFI = (PSI && PSI->hasProfileSummary()) ? in runOnMachineFunction()
HDX86FixupLEAs.cpp237 auto *MBFI = (PSI && PSI->hasProfileSummary()) in runOnMachineFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDInstructionSelect.cpp101 if (PSI && PSI->hasProfileSummary()) in runOnMachineFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopLoadElimination.cpp696 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in run()
HDLoopUnrollPass.cpp1610 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in run()
HDSimpleLoopUnswitch.cpp3657 if (PSI && PSI->hasProfileSummary() && BFI && IsLoopNestCold(&L)) { in unswitchLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp1253 if (PSI.hasProfileSummary() && F.hasProfileData() && in unswitchFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp504 if (PSI && PSI->hasProfileSummary() && OptLevel != CodeGenOptLevel::None) in initializeAnalysisResults()
555 if (PSI && PSI->hasProfileSummary() && OptLevel != CodeGenOptLevel::None) in initializeAnalysisResults()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp5480 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in run()
5529 (PSI && PSI->hasProfileSummary()) ? in runOnFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp10204 if (PSI && PSI->hasProfileSummary()) in run()