Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageFilters.h86 T Threshold; variable
88 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
109 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
121 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/llvm/include/llvm/Analysis/
DInlineCost.h62 const int Threshold; variable
65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost()
68 static InlineCost get(int Cost, int Threshold) { in get()
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp54 explicit SimpleInliner(int Threshold) in SimpleInliner()
89 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DFunctionImport.cpp167 unsigned Threshold) { in selectCallee()
205 unsigned Threshold, in selectCallee()
267 unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
363 auto Threshold = FuncInfo.second; in ComputeImportForModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h75 const int Threshold; variable
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost()
81 static InlineCost get(int Cost, int Threshold) { in get()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineSimple.cpp40 SimpleInliner(int Threshold) : Inliner(ID, Threshold) { in SimpleInliner()
72 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DPassManagerBuilder.cpp314 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp37 static int const Threshold = 20; variable
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp100 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DFunctionImport.cpp166 unsigned Threshold, StringRef CallerModulePath) { in selectCallee()
277 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
398 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction()
457 auto Threshold = std::get<1>(FuncInfo); in ComputeImportForModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp39 int Threshold = EnableHeaderDuplication ? DefaultRotationThreshold : 0; in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSpillPlacement.h68 BlockFrequency Threshold; variable
/external/llvm/lib/CodeGen/
DSpillPlacement.h68 BlockFrequency Threshold; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp142 unsigned Threshold = CurrentThreshold; in runOnLoop() local
DScalar.cpp150 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
165 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp78 const unsigned int Threshold; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp76 const unsigned int Threshold; member
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h135 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
150 uint64_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp213 static int const Threshold = 20; variable
/external/llvm/lib/Analysis/
DCaptureTracking.cpp212 static int const Threshold = 20; variable

123