Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp395 if (RegionCoverageLtFilter.getNumOccurrences() || in run()
396 RegionCoverageGtFilter.getNumOccurrences() || in run()
397 LineCoverageLtFilter.getNumOccurrences() || in run()
398 LineCoverageGtFilter.getNumOccurrences()) { in run()
400 if (RegionCoverageLtFilter.getNumOccurrences()) in run()
403 if (RegionCoverageGtFilter.getNumOccurrences()) in run()
406 if (LineCoverageLtFilter.getNumOccurrences()) in run()
409 if (LineCoverageGtFilter.getNumOccurrences()) in run()
483 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp141 if (UnrollThreshold.getNumOccurrences() > 0) { in gatherUnrollingPreferences()
145 if (UnrollPercentDynamicCostSavedThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
148 if (UnrollDynamicCostSavingsDiscount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
150 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
152 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
154 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
156 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
158 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
704 bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()
DLoopDataPrefetch.cpp97 if (MinPrefetchStride.getNumOccurrences() > 0) in getMinPrefetchStride()
103 if (PrefetchDistance.getNumOccurrences() > 0) in getPrefetchDistance()
109 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
DLoopDistribute.cpp870 if (EnableLoopDistribute.getNumOccurrences() > 0) in LoopDistribute()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h60 if (RelocModel.getNumOccurrences()) { in getRelocModel()
366 if (DisableFPElim.getNumOccurrences() > 0) in setFunctionAttributes()
371 if (DisableTailCalls.getNumOccurrences() > 0) in setFunctionAttributes()
380 if (TrapFuncName.getNumOccurrences() > 0) in setFunctionAttributes()
/external/clang/tools/clang-format/
DClangFormat.cpp255 if (SortIncludes.getNumOccurrences() != 0) in format()
276 if (Cursor.getNumOccurrences() != 0) in format()
301 if (Cursor.getNumOccurrences() != 0) in format()
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp294 if (OutputFormatShort.getNumOccurrences()) in main()
296 if (RadixShort.getNumOccurrences()) in main()
/external/llvm/tools/opt/
Dopt.cpp250 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
292 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel()
455 if (PassPipeline.getNumOccurrences() > 0) { in main()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp376 if (ThinLTOModuleId.getNumOccurrences()) { in loadModule()
736 if (ThinLTOMode.getNumOccurrences()) { in main()
737 if (ThinLTOMode.getNumOccurrences() > 1) in main()
823 if (FileType.getNumOccurrences()) in main()
/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp126 if (DisableHexagonMISched.getNumOccurrences()) in enableMachineScheduler()
DRDFCopy.cpp168 bool HasLimit = CpLimit.getNumOccurrences() > 0; in run()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp54 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner()
204 InlineLimit.getNumOccurrences() == 0) in getInlineThreshold()
/external/llvm/unittests/Support/
DCommandLineTest.cpp222 EXPECT_EQ(0, Input.getNumOccurrences()); in TEST()
234 EXPECT_EQ(1, Option.getNumOccurrences()); in testAliasRequired()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
/external/llvm/lib/Target/
DTargetMachine.cpp48 if (EnableIPRA.getNumOccurrences()) in TargetMachine()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp200 if (Input.getNumOccurrences()) { in main()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp331 if (EnablePrefetch.getNumOccurrences() > 0) in addIRPasses()
/external/llvm/lib/Analysis/
DInlineCost.cpp623 if (DefaultInlineThreshold.getNumOccurrences() > 0) { in updateThreshold()
655 if ((DefaultInlineThreshold.getNumOccurrences() == 0 || in updateThreshold()
656 ColdThreshold.getNumOccurrences() > 0) && in updateThreshold()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp832 if (OutputFormatShort.getNumOccurrences()) in main()
834 if (RadixShort.getNumOccurrences()) in main()
/external/llvm/tools/llc/
Dllc.cpp381 if (RelaxAll.getNumOccurrences() > 0 && in compileModule()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp331 if (EnableMachineSched.getNumOccurrences()) { in runOnMachineFunction()
369 if (EnablePostRAMachineSched.getNumOccurrences()) { in runOnMachineFunction()
427 if (SchedOnlyFunc.getNumOccurrences() && SchedOnlyFunc != MF->getName()) in scheduleRegions()
429 if (SchedOnlyBlock.getNumOccurrences() in scheduleRegions()
2600 if (ForceBottomUp.getNumOccurrences() > 0) { in initPolicy()
2605 if (ForceTopDown.getNumOccurrences() > 0) { in initPolicy()
DTargetPassConfig.cpp784 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp582 if (TargetAddrEnd.getNumOccurrences() == 0) { in remapSectionsAndSymbols()
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp537 if (OutputFilename.getNumOccurrences() == 0) in main()
/external/llvm/tools/lli/
Dlli.cpp423 if (RelocModel.getNumOccurrences()) in main()

12