Home
last modified time | relevance | path

Searched defs:Threshold (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/tools/llvm-cov/
DCoverageFilters.h61 T Threshold; variable
63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
84 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
95 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/llvm/include/llvm/Analysis/
DInlineCost.h61 const int Threshold; variable
64 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost()
67 static InlineCost get(int Cost, int Threshold) { in get()
DTargetTransformInfo.h235 unsigned Threshold; member
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp47 SimpleInliner(int Threshold) in SimpleInliner()
87 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DInliner.cpp71 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime) in Inliner()
278 int Threshold = InlineThreshold; // -inline-threshold or else selected by in getInlineThreshold() local
DPassManagerBuilder.cpp686 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
DGlobalOpt.cpp1783 const unsigned Threshold = 100; in isPointerValueDeadOnEntryToFunction() local
/external/opencv3/modules/imgproc/test/ocl/
Dtest_imgproc.cpp356 struct Threshold : struct
359 int thresholdType;
361 virtual void SetUp() in SetUp()
369 OCL_TEST_P(Threshold, Mat) in OCL_TEST_P() argument
/external/llvm/lib/CodeGen/
DSpillPlacement.h67 BlockFrequency Threshold; variable
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp73 const unsigned int Threshold; member
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h153 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
169 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/external/llvm/lib/Analysis/
DInlineCost.cpp62 int Threshold; member in __anon265bc4620111::CallAnalyzer
165 Function &Callee, int Threshold, CallSite CSArg) in CallAnalyzer()
1348 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, int Threshold) { in getInlineCost()
1371 int Threshold) { in getInlineCost()
DCaptureTracking.cpp211 static int const Threshold = 20; variable
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp194 unsigned &Threshold, unsigned &PartialThreshold, in selectThresholds()
796 bool LoopUnroll::canUnrollCompletely(Loop *L, unsigned Threshold, in canUnrollCompletely()
958 unsigned Threshold, PartialThreshold; in runOnLoop() local
DScalar.cpp198 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
DReassociate.cpp438 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local
448 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
DLoopUnswitch.cpp75 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
DJumpThreading.cpp282 unsigned Threshold) { in getJumpThreadDuplicationCost()
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp261 OCL_PERF_TEST_P(ThreshFixture, Threshold, in OCL_PERF_TEST_P() argument
/external/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp291 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1465 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction() local
1476 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction() local
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp1468 PERF_TEST_P(Sz_Depth_Op, Threshold, in PERF_TEST_P() argument
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp433 const uint32_t Threshold = 10000; in getBranchHint() local
/external/opencv3/modules/cudaarithm/test/
Dtest_element_operations.cpp2555 CUDA_TEST_P(Threshold, Accuracy) in CUDA_TEST_P() argument

12