Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.h89 T Threshold; variable
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp53 int Threshold = EnableHeaderDuplication || in run() local
134 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser in runOnLoop() local
H A DScalar.cpp249 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
H A DReassociate.cpp358 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local
368 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
H A DLoopUnrollPass.cpp1233 bool ForgetAllSCEV = false, Optional<unsigned> Threshold = None, in LoopUnroll()
H A DLoopUnswitch.cpp100 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h74 int Threshold = 0; variable
87 static InlineCost get(int Cost, int Threshold) { in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp90 unsigned Threshold = 5; in optimizeVccBranch() local
371 const unsigned Threshold = 20; in runOnMachineFunction() local
H A DSIFixSGPRCopies.cpp541 const unsigned Threshold = 50; in hoistAndMergeSGPRInits() local
H A DAMDGPUTargetTransformInfo.cpp178 unsigned Threshold = 0; in getUnrollingPreferences() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c60 value llvm_pmbuilder_use_inliner_with_threshold(value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp99 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
H A DFunctionImport.cpp177 unsigned Threshold, StringRef CallerModulePath, in selectCallee()
384 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
538 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction()
595 auto Threshold = std::get<1>(GVInfo); in ComputeImportForModule() local
H A DPassManagerBuilder.cpp1275 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
H A DSampleProfile.cpp960 const StringMap<Function *> &SymbolMap, uint64_t Threshold) { in findExternalInlineCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.h67 BlockFrequency Threshold; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h231 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
247 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp85 const unsigned int Threshold; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp135 void LLVMContext::setDiagnosticsHotnessThreshold(Optional<uint64_t> Threshold) { in setDiagnosticsHotnessThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp833 unsigned Threshold = unsigned(-1), in LoopRotation()
H A DLoopPeel.cpp296 unsigned Threshold) { in computePeelCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp296 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp465 int Threshold = 0; member in __anon797094460111::InlineCostCallAnalyzer
2690 InlineParams llvm::getInlineParams(int Threshold) { in getInlineParams()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp350 APInt Threshold(Ty->getScalarSizeInBits(), Ty->getScalarSizeInBits()); in foldShiftOfShiftedLogic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2666 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction() local
2687 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction() local

12