| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 299 if (UserBonusInstThreshold.getNumOccurrences()) in applyCommandLineOverridesToOptions() 301 if (UserForwardSwitchCond.getNumOccurrences()) in applyCommandLineOverridesToOptions() 303 if (UserSwitchToLookup.getNumOccurrences()) in applyCommandLineOverridesToOptions() 305 if (UserKeepLoops.getNumOccurrences()) in applyCommandLineOverridesToOptions() 307 if (UserHoistCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions() 309 if (UserSinkCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions()
|
| H A D | LoopUnrollPass.cpp | 232 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences() 234 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences() 236 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences() 238 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences() 240 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences() 242 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences() 244 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences() 246 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences() 250 if (UnrollUnrollRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences() 777 if (UnrollCount.getNumOccurrences() > 0) { in computeUnrollCount() [all …]
|
| H A D | LoopDataPrefetch.cpp | 84 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride() 91 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance() 97 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead() 103 if (PrefetchWrites.getNumOccurrences() > 0) in doPrefetchWrites()
|
| H A D | LoopUnrollAndJamPass.cpp | 187 bool UserUnrollCount = UnrollAndJamCount.getNumOccurrences() > 0; in computeUnrollAndJamCount() 300 if (AllowUnrollAndJam.getNumOccurrences() > 0) in tryToUnrollAndJamLoop() 302 if (UnrollAndJamThreshold.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 41 if (NAME##View->getNumOccurrences()) { \ 518 Options.ExplicitEmulatedTLS = EmulatedTLSView->getNumOccurrences() > 0; in InitTargetOptionsFromCodeGenFlags() 596 if (CL->getNumOccurrences() > 0 && !F.hasFnAttribute(AttrName)) \ 623 if (FramePointerUsageView->getNumOccurrences() > 0 && in setFunctionAttributes() 632 if (DisableTailCallsView->getNumOccurrences() > 0) in setFunctionAttributes() 643 if (DenormalFPMathView->getNumOccurrences() > 0 && in setFunctionAttributes() 652 if (DenormalFP32MathView->getNumOccurrences() > 0 && in setFunctionAttributes() 662 if (TrapFuncNameView->getNumOccurrences() > 0) in setFunctionAttributes()
|
| H A D | TargetPassConfig.cpp | 433 if (Option.getNumOccurrences()) \ in getCGPassBuilderOption() 582 if (EnableIPRA.getNumOccurrences()) in TargetPassConfig() 592 if (EnableGlobalISelAbort.getNumOccurrences()) in TargetPassConfig() 1366 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
|
| H A D | HardwareLoops.cpp | 272 if (CounterBitWidth.getNumOccurrences()) in TryConvertLoop() 276 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()
|
| H A D | ExpandMemCmp.cpp | 768 if (MemCmpEqZeroNumLoadsPerBlock.getNumOccurrences()) in expandMemCmp() 772 MaxLoadsPerMemcmpOptSize.getNumOccurrences()) in expandMemCmp() 775 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
|
| H A D | MachineBlockPlacement.cpp | 3326 if (TailDupPlacementAggressiveThreshold.getNumOccurrences() != 0 && in runOnMachineFunction() 3327 TailDupPlacementThreshold.getNumOccurrences() == 0) in runOnMachineFunction() 3337 if (TailDupPlacementThreshold.getNumOccurrences() == 0 || in runOnMachineFunction() 3338 TailDupPlacementAggressiveThreshold.getNumOccurrences() != 0) in runOnMachineFunction() 3344 if (TailDupPlacementThreshold.getNumOccurrences() == 0 && in runOnMachineFunction() 3346 TailDupPlacementAggressiveThreshold.getNumOccurrences() == 0)) in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 161 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold() 170 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in getColdCountThreshold() 196 !UseContextLessSummary.getNumOccurrences())) { in computeSummaryForProfiles()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 827 if (RegionCoverageLtFilter.getNumOccurrences() || in run() 828 RegionCoverageGtFilter.getNumOccurrences() || in run() 829 LineCoverageLtFilter.getNumOccurrences() || in run() 830 LineCoverageGtFilter.getNumOccurrences()) { in run() 832 if (RegionCoverageLtFilter.getNumOccurrences()) in run() 835 if (RegionCoverageGtFilter.getNumOccurrences()) in run() 838 if (LineCoverageLtFilter.getNumOccurrences()) in run() 841 if (LineCoverageGtFilter.getNumOccurrences()) in run() 960 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in doShow()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 267 if (!O.getNumOccurrences() || O.getPosition() < Default.getPosition()) in processOptionImpl() 272 if (!EnableAllViews.getNumOccurrences() && in processViewOptions() 273 !EnableAllStats.getNumOccurrences()) in processViewOptions() 276 if (EnableAllViews.getNumOccurrences()) { in processViewOptions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 312 bool UserPeelCount = UnrollForcePeelCount.getNumOccurrences() > 0; in computePeelCount() 641 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherPeelingPreferences() 643 if (UnrollAllowPeeling.getNumOccurrences() > 0) in gatherPeelingPreferences() 645 if (UnrollAllowLoopNestsPeeling.getNumOccurrences() > 0) in gatherPeelingPreferences()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMHazardRecognizer.cpp | 168 DataMask(DataBankMask.getNumOccurrences() ? int64_t(DataBankMask) in ARMBankConflictHazardRecognizer() 170 AssumeITCMBankConflict(AssumeITCMConflict.getNumOccurrences() in ARMBankConflictHazardRecognizer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 214 return ClUseStackSafety.getNumOccurrences() ? ClUseStackSafety in mightUseStackSafetyAnalysis() 230 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer() 231 this->CompileKernel = ClEnableKhwasan.getNumOccurrences() > 0 in HWAddressSanitizer() 590 ClUseShortGranules.getNumOccurrences() ? ClUseShortGranules : NewRuntime; in initializeModule() 593 (ClInlineAllChecks.getNumOccurrences() ? !ClInlineAllChecks : !Recover); in initializeModule() 595 if (ClMatchAllTag.getNumOccurrences()) { in initializeModule() 606 InstrumentLandingPads = ClInstrumentLandingPads.getNumOccurrences() in initializeModule() 613 ClGlobals.getNumOccurrences() ? ClGlobals : NewRuntime; in initializeModule() 619 ClInstrumentPersonalityFunctions.getNumOccurrences() in initializeModule() 1672 } else if (ClMappingOffset.getNumOccurrences() > 0) { in init()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 348 if (Cursor.getNumOccurrences() != 0) in outputXML() 405 if (SortIncludes.getNumOccurrences() != 0) { in format() 458 if (Cursor.getNumOccurrences() != 0) { in format()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCTargetOptionsCommandFlags.cpp | 31 if (NAME##View->getNumOccurrences()) { \
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 378 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses() 437 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel() 781 PassPipeline.getNumOccurrences() > 0) { in main() 795 if (PassPipeline.getNumOccurrences() > 0 && PassList.size() > 0) { in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 118 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 564 if (ThinLTOModuleId.getNumOccurrences()) { in loadModuleFromInput() 977 if (ThinLTOMode.getNumOccurrences()) { in main() 978 if (ThinLTOMode.getNumOccurrences() > 1) in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Legalizer.cpp | 335 bool EnableCSE = EnableCSEInLegalizer.getNumOccurrences() in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1678 (ProfileIsCS && !UseProfiledCallGraph.getNumOccurrences())) { in buildFunctionOrder() 1808 if (!ProfileSizeInline.getNumOccurrences()) in doInitialization() 1810 if (!CallsitePrioritizedInline.getNumOccurrences()) in doInitialization() 1814 if (!UseIterativeBFIInference.getNumOccurrences()) in doInitialization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 304 MergeInit(ClMergeInit.getNumOccurrences() ? ClMergeInit : !IsOptNone), in AArch64StackTagging() 305 UseStackSafety(ClUseStackSafety.getNumOccurrences() ? ClUseStackSafety in AArch64StackTagging()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 319 if (HideColdPaths.getNumOccurrences() > 0) in isNodeHidden()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 159 if (X86AlignBranchBoundary.getNumOccurrences()) in X86AsmBackend() 161 if (X86AlignBranch.getNumOccurrences()) in X86AsmBackend() 163 if (X86PadMaxPrefixSize.getNumOccurrences()) in X86AsmBackend()
|