Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp52 int Threshold = EnableHeaderDuplication || in run() local
129 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser in runOnLoop() local
H A DScalar.cpp239 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
H A DReassociate.cpp365 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local
375 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp99 unsigned Threshold = 5; in optimizeVccBranch() local
390 const unsigned Threshold = 20; in runOnMachineFunction() local
H A DAMDGPUTargetTransformInfo.cpp183 unsigned Threshold = 0; in getUnrollingPreferences() local
H A DSIFixSGPRCopies.cpp578 const unsigned Threshold = 50; in hoistAndMergeSGPRInits() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp35 const uptr Threshold = Size >> 3; in TEST() local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp93 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
H A DFunctionImport.cpp175 unsigned Threshold, StringRef CallerModulePath, in selectCallee()
350 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
500 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction()
557 auto Threshold = std::get<1>(GVInfo); in ComputeImportForModule() local
H A DPassManagerBuilder.cpp498 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.h67 BlockFrequency Threshold; variable
H A DPrologEpilogInserter.cpp296 unsigned Threshold = UINT_MAX; in runOnMachineFunction() local
/openbsd/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h226 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
242 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp84 const unsigned int Threshold = 4; member
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h96 int Threshold = 0; variable
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp143 void LLVMContext::setDiagnosticsHotnessThreshold(std::optional<uint64_t> Threshold) { in setDiagnosticsHotnessThreshold()
/openbsd/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp340 ReportKind Threshold = in main() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp840 unsigned Threshold = unsigned(-1), in LoopRotation()
H A DLoopPeel.cpp476 unsigned Threshold) { in computePeelCount()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp296 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp553 int Threshold = 0; member in __anonedc2a5c80111::InlineCostCallAnalyzer
1094 int Threshold = 5; member in __anonedc2a5c80111::InlineCostFeaturesAnalyzer
3064 InlineParams llvm::getInlineParams(int Threshold) { in getInlineParams()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2617 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction() local
2638 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp348 APInt Threshold(Ty->getScalarSizeInBits(), Ty->getScalarSizeInBits()); in foldShiftOfShiftedLogic() local

12