Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp320 if (RegionCoverageLtFilter.getNumOccurrences() || in run()
321 RegionCoverageGtFilter.getNumOccurrences() || in run()
322 LineCoverageLtFilter.getNumOccurrences() || in run()
323 LineCoverageGtFilter.getNumOccurrences()) { in run()
325 if (RegionCoverageLtFilter.getNumOccurrences()) in run()
328 if (RegionCoverageGtFilter.getNumOccurrences()) in run()
331 if (LineCoverageLtFilter.getNumOccurrences()) in run()
334 if (LineCoverageGtFilter.getNumOccurrences()) in run()
405 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp91 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
92 UserAbsoluteThreshold = (UnrollAbsoluteThreshold.getNumOccurrences() > 0); in LoopUnroll()
94 (UnrollMinPercentOfOptimized.getNumOccurrences() > 0); in LoopUnroll()
96 (UnrollAllowPartial.getNumOccurrences() > 0); in LoopUnroll()
97 UserRuntime = (R != -1) || (UnrollRuntime.getNumOccurrences() > 0); in LoopUnroll()
98 UserCount = (C != -1) || (UnrollCount.getNumOccurrences() > 0); in LoopUnroll()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp71 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner()
263 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize && in getInlineThreshold()
282 if ((InlineLimit.getNumOccurrences() == 0 || in getInlineThreshold()
283 ColdThreshold.getNumOccurrences() > 0) && ColdCallee && in getInlineThreshold()
/external/llvm/unittests/Support/
DCommandLineTest.cpp209 EXPECT_EQ(0, Input.getNumOccurrences()); in TEST()
221 EXPECT_EQ(1, Option.getNumOccurrences()); in testAliasRequired()
/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp100 if (DisableHexagonMISched.getNumOccurrences()) in enableMachineScheduler()
/external/clang/tools/clang-format/
DClangFormat.cpp232 if (Cursor.getNumOccurrences() != 0) in format()
253 if (Cursor.getNumOccurrences() != 0) in format()
/external/llvm/tools/opt/
Dopt.cpp223 Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ? in AddOptimizationPasses()
422 if (PassPipeline.getNumOccurrences() > 0) { in main()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp190 if (Input.getNumOccurrences()) { in main()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp260 if (EnablePrefetch.getNumOccurrences() > 0) in addIRPasses()
/external/llvm/tools/llc/
Dllc.cpp332 if (RelaxAll.getNumOccurrences() > 0 && in compileModule()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp711 if (OutputFormatShort.getNumOccurrences()) in main()
713 if (RadixShort.getNumOccurrences()) in main()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp312 if (EnableMachineSched.getNumOccurrences()) { in runOnMachineFunction()
406 if (SchedOnlyFunc.getNumOccurrences() && SchedOnlyFunc != MF->getName()) in scheduleRegions()
408 if (SchedOnlyBlock.getNumOccurrences() in scheduleRegions()
2428 if (ForceBottomUp.getNumOccurrences() > 0) { in initPolicy()
2433 if (ForceTopDown.getNumOccurrences() > 0) { in initPolicy()
DPasses.cpp676 return RegAlloc.getNumOccurrences() == 0; in usingDefaultRegAlloc()
DPrologEpilogInserter.cpp223 if (WarnStackSize.getNumOccurrences() > 0 && WarnStackSize < StackSize) { in runOnMachineFunction()
DTailDuplication.cpp562 if (TailDuplicateSize.getNumOccurrences() == 0 && in shouldTailDuplicate()
DScheduleDAGInstrs.cpp750 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp446 if (TargetAddrEnd.getNumOccurrences() == 0) { in remapSections()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h250 if (PartialUnrollingThreshold.getNumOccurrences() > 0) in getUnrollingPreferences()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4665 if (ForceTargetNumScalarRegs.getNumOccurrences() > 0) in selectUnrollFactor()
4668 if (ForceTargetNumVectorRegs.getNumOccurrences() > 0) in selectUnrollFactor()
4699 if (ForceTargetMaxScalarInterleaveFactor.getNumOccurrences() > 0) in selectUnrollFactor()
4702 if (ForceTargetMaxVectorInterleaveFactor.getNumOccurrences() > 0) in selectUnrollFactor()
4919 if (ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp62 return ::VectorizationInterleave.getNumOccurrences() > 0; in isInterleaveForced()
/external/llvm/include/llvm/Support/
DCommandLine.h287 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences() function
/external/llvm/lib/Support/
DCommandLine.cpp1097 if (Opt.second->getNumOccurrences() == 0) { in ParseCommandLineOptions()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp63 if (UsePrecDivF32.getNumOccurrences() > 0) { in getDivF32Level()
76 if (UsePrecSqrtF32.getNumOccurrences() > 0) { in usePrecSqrtF32()
86 if (FtzEnabled.getNumOccurrences() > 0) { in useF32FTZ()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1550 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitTokenFactor()
9060 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitLOAD()
9063 if (CombinerAAOnlyFunc.getNumOccurrences() && in visitLOAD()
10707 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitSTORE()
10710 if (CombinerAAOnlyFunc.getNumOccurrences() && in visitSTORE()
13252 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias()
13256 if (CombinerAAOnlyFunc.getNumOccurrences() && in isAlias()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1969 if (EnableUnsafeFPShrink.getNumOccurrences() > 0) in optimizeCall()

12