| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 201 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 D | LoopUnrollPass.cpp | 208 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 D | LoopDataPrefetch.cpp | 79 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride() 85 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance() 91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
|
| H A D | LoopUnrollAndJamPass.cpp | 181 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 D | CodeCoverage.cpp | 728 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 D | llvm-mca.cpp | 212 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 D | CommandFlags.inc | 61 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 D | ClangFormat.cpp | 273 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 D | ProfileSummaryInfo.cpp | 208 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in computeThresholds() 213 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in computeThresholds()
|
| H A D | InlineCost.cpp | 2132 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 D | lli.cpp | 415 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 D | llvm-lto.cpp | 463 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 D | opt.cpp | 352 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 D | HWAddressSanitizer.cpp | 170 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 D | AddressSanitizer.cpp | 515 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 D | TargetPassConfig.cpp | 407 if (EnableIPRA.getNumOccurrences()) in TargetPassConfig() 417 if (EnableGlobalISelAbort.getNumOccurrences()) in TargetPassConfig() 1104 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
|
| H A D | MachineBlockPlacement.cpp | 2758 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 D | MachineScheduler.cpp | 363 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 D | RDFCopy.cpp | 119 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 351 if (EnablePrefetch.getNumOccurrences() > 0) in addIRPasses()
|
| H A D | PPCTargetTransformInfo.cpp | 280 if (CacheLineSize.getNumOccurrences() > 0) in getCacheLineSize()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 243 if (FileType.getNumOccurrences()) in run()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 517 if (RelaxAll.getNumOccurrences() > 0 && in compileModule()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollPeel.cpp | 254 bool UserPeelCount = UnrollForcePeelCount.getNumOccurrences() > 0; in computePeelCount()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | BytesOutputStyle.cpp | 371 if (opts::bytes::ModuleIndex.getNumOccurrences() > 0) { in iterateModules()
|