/external/llvm/tools/llvm-cov/ |
D | CoverageFilters.h | 61 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/ |
D | CoverageFilters.h | 86 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/ |
D | InlineCost.h | 62 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/ |
D | InlineSimple.cpp | 54 explicit SimpleInliner(int Threshold) in SimpleInliner() 89 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
|
D | FunctionImport.cpp | 167 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/ |
D | InlineCost.h | 75 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/ |
D | InlineSimple.cpp | 40 SimpleInliner(int Threshold) : Inliner(ID, Threshold) { in SimpleInliner() 72 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
|
D | PassManagerBuilder.cpp | 314 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | CaptureTracking.cpp | 37 static int const Threshold = 20; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/transforms/passmgr_builder/ |
D | passmgr_builder_ocaml.c | 65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
|
/external/llvm/bindings/ocaml/transforms/passmgr_builder/ |
D | passmgr_builder_ocaml.c | 65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 100 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
|
D | FunctionImport.cpp | 166 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/ |
D | LoopRotation.cpp | 39 int Threshold = EnableHeaderDuplication ? DefaultRotationThreshold : 0; in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 68 BlockFrequency Threshold; variable
|
/external/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 68 BlockFrequency Threshold; variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 142 unsigned Threshold = CurrentThreshold; in runOnLoop() local
|
D | Scalar.cpp | 150 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 149 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local 165 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
|
/external/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 78 const unsigned int Threshold; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 76 const unsigned int Threshold; member
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 135 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local 150 uint64_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 153 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/ |
D | CaptureTracking.cpp | 213 static int const Threshold = 20; variable
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 212 static int const Threshold = 20; variable
|