Home
last modified time | relevance | path

Searched refs:getNumOccurrences (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp201 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in SimplifyCFGPass()
204 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences() in SimplifyCFGPass()
207 Options.ConvertSwitchToLookupTable = UserSwitchToLookup.getNumOccurrences() in SimplifyCFGPass()
210 Options.NeedCanonicalLoop = UserKeepLoops.getNumOccurrences() in SimplifyCFGPass()
213 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences() in SimplifyCFGPass()
244 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in CFGSimplifyPass()
248 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences() in CFGSimplifyPass()
252 Options.ConvertSwitchToLookupTable = UserSwitchToLookup.getNumOccurrences() in CFGSimplifyPass()
257 UserKeepLoops.getNumOccurrences() ? UserKeepLoops : KeepLoops; in CFGSimplifyPass()
259 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences() in CFGSimplifyPass()
H A DLoopUnrollPass.cpp208 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
210 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
212 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
214 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
216 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
218 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
220 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
222 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
224 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
228 if (UnrollAllowPeeling.getNumOccurrences() > 0) in gatherUnrollingPreferences()
[all …]
H A DLoopDataPrefetch.cpp79 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride()
85 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance()
91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
H A DLoopUnrollAndJamPass.cpp181 bool UserUnrollCount = UnrollAndJamCount.getNumOccurrences() > 0; in computeUnrollAndJamCount()
299 if (AllowUnrollAndJam.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
301 if (UnrollAndJamThreshold.getNumOccurrences() > 0) in tryToUnrollAndJamLoop()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp728 if (RegionCoverageLtFilter.getNumOccurrences() || in run()
729 RegionCoverageGtFilter.getNumOccurrences() || in run()
730 LineCoverageLtFilter.getNumOccurrences() || in run()
731 LineCoverageGtFilter.getNumOccurrences()) { in run()
733 if (RegionCoverageLtFilter.getNumOccurrences()) in run()
736 if (RegionCoverageGtFilter.getNumOccurrences()) in run()
739 if (LineCoverageLtFilter.getNumOccurrences()) in run()
742 if (LineCoverageGtFilter.getNumOccurrences()) in run()
850 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in doShow()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp212 if (!O.getNumOccurrences() || O.getPosition() < Default.getPosition()) in processOptionImpl()
217 if (!EnableAllViews.getNumOccurrences() && in processViewOptions()
218 !EnableAllStats.getNumOccurrences()) in processViewOptions()
221 if (EnableAllViews.getNumOccurrences()) { in processViewOptions()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc61 if (RelocModel.getNumOccurrences()) {
84 if (CMModel.getNumOccurrences()) {
300 Options.ExplicitEmulatedTLS = EmulatedTLS.getNumOccurrences() > 0;
377 if (FramePointerUsage.getNumOccurrences() > 0) {
385 if (DisableTailCalls.getNumOccurrences() > 0)
391 if (TrapFuncName.getNumOccurrences() > 0)
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp273 if (SortIncludes.getNumOccurrences() != 0) in format()
296 if (Cursor.getNumOccurrences() != 0) in format()
319 if (Cursor.getNumOccurrences() != 0) { in format()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp208 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in computeThresholds()
213 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in computeThresholds()
H A DInlineCost.cpp2132 if (InlineThreshold.getNumOccurrences() > 0) in getInlineParams()
2150 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()
2164 if (InlineThreshold.getNumOccurrences() == 0) { in getInlineParams()
2168 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp415 if (RelocModel.getNumOccurrences()) in main()
417 if (CMModel.getNumOccurrences()) in main()
774 .setRelocationModel(RelocModel.getNumOccurrences() in runOrcLazyJIT()
777 .setCodeModel(CMModel.getNumOccurrences() in runOrcLazyJIT()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp463 if (ThinLTOModuleId.getNumOccurrences()) { in loadModule()
850 if (ThinLTOMode.getNumOccurrences()) { in main()
851 if (ThinLTOMode.getNumOccurrences() > 1) in main()
939 if (FileType.getNumOccurrences()) in main()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp352 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
392 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel()
606 if (PassPipeline.getNumOccurrences() > 0) { in main()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp170 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer()
171 this->CompileKernel = ClEnableKhwasan.getNumOccurrences() > 0 ? in HWAddressSanitizer()
534 int matchAllTag = ClMatchAllTag.getNumOccurrences() > 0 ? in instrumentMemAccessInline()
1020 if (ClMappingOffset.getNumOccurrences() > 0) { in init()
H A DAddressSanitizer.cpp515 if (ClMappingScale.getNumOccurrences() > 0) { in getShadowMapping()
583 if (ClMappingOffset.getNumOccurrences() > 0) { in getShadowMapping()
618 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in AddressSanitizer()
619 this->CompileKernel = ClEnableKasan.getNumOccurrences() > 0 ? in AddressSanitizer()
759 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in AddressSanitizerModule()
761 ClEnableKasan.getNumOccurrences() > 0 ? ClEnableKasan : CompileKernel; in AddressSanitizerModule()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp407 if (EnableIPRA.getNumOccurrences()) in TargetPassConfig()
417 if (EnableGlobalISelAbort.getNumOccurrences()) in TargetPassConfig()
1104 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
H A DMachineBlockPlacement.cpp2758 if (TailDupPlacementAggressiveThreshold.getNumOccurrences() != 0 && in runOnMachineFunction()
2759 TailDupPlacementThreshold.getNumOccurrences() == 0) in runOnMachineFunction()
2769 if (TailDupPlacementThreshold.getNumOccurrences() == 0 || in runOnMachineFunction()
2770 TailDupPlacementAggressiveThreshold.getNumOccurrences() != 0) in runOnMachineFunction()
H A DMachineScheduler.cpp363 if (EnableMachineSched.getNumOccurrences()) { in runOnMachineFunction()
401 if (EnablePostRAMachineSched.getNumOccurrences()) { in runOnMachineFunction()
516 if (SchedOnlyFunc.getNumOccurrences() && SchedOnlyFunc != MF->getName()) in scheduleRegions()
518 if (SchedOnlyBlock.getNumOccurrences() in scheduleRegions()
2751 if (ForceBottomUp.getNumOccurrences() > 0) { in initPolicy()
2756 if (ForceTopDown.getNumOccurrences() > 0) { in initPolicy()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp119 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp351 if (EnablePrefetch.getNumOccurrences() > 0) in addIRPasses()
H A DPPCTargetTransformInfo.cpp280 if (CacheLineSize.getNumOccurrences() > 0) in getCacheLineSize()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp243 if (FileType.getNumOccurrences()) in run()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp517 if (RelaxAll.getNumOccurrences() > 0 && in compileModule()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp254 bool UserPeelCount = UnrollForcePeelCount.getNumOccurrences() > 0; in computePeelCount()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp371 if (opts::bytes::ModuleIndex.getNumOccurrences() > 0) { in iterateModules()

123