/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 89 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 D | LoopRotation.cpp | 52 int Threshold = EnableHeaderDuplication || in run() local 129 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser in runOnLoop() local
|
H A D | Scalar.cpp | 239 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
|
H A D | Reassociate.cpp | 365 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local 375 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 99 unsigned Threshold = 5; in optimizeVccBranch() local 390 const unsigned Threshold = 20; in runOnMachineFunction() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 183 unsigned Threshold = 0; in getUnrollingPreferences() local
|
H A D | SIFixSGPRCopies.cpp | 578 const unsigned Threshold = 50; in hoistAndMergeSGPRInits() local
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | common_test.cpp | 35 const uptr Threshold = Size >> 3; in TEST() local
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/ |
H A D | passmgr_builder_ocaml.c | 60 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 D | InlineSimple.cpp | 93 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
|
H A D | FunctionImport.cpp | 175 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 D | PassManagerBuilder.cpp | 498 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SpillPlacement.h | 67 BlockFrequency Threshold; variable
|
H A D | PrologEpilogInserter.cpp | 296 unsigned Threshold = UINT_MAX; in runOnMachineFunction() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 226 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 D | X86PadShortFunction.cpp | 84 const unsigned int Threshold = 4; member
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 96 int Threshold = 0; variable
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 143 void LLVMContext::setDiagnosticsHotnessThreshold(std::optional<uint64_t> Threshold) { in setDiagnosticsHotnessThreshold()
|
/openbsd/gnu/llvm/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 340 ReportKind Threshold = in main() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 840 unsigned Threshold = unsigned(-1), in LoopRotation()
|
H A D | LoopPeel.cpp | 476 unsigned Threshold) { in computePeelCount()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 296 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 553 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 D | HexagonFrameLowering.cpp | 2617 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 D | InstCombineShifts.cpp | 348 APInt Threshold(Ty->getScalarSizeInBits(), Ty->getScalarSizeInBits()); in foldShiftOfShiftedLogic() local
|