/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopRotation.cpp | 67 int Threshold = in run() local
|
H A D | LoopIdiomRecognize.cpp | 1533 APInt &Threshold) { in matchShiftULTCondition() 1598 APInt &Threshold) { in detectShiftUntilLessThanIdiom()
|
H A D | LoopUnrollPass.cpp | 1416 std::optional<unsigned> Threshold = std::nullopt, in LoopUnroll()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 99 unsigned Threshold = 5; in optimizeVccBranch() local 393 const unsigned Threshold = 20; in runOnMachineFunction() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 184 unsigned Threshold = 0; in getUnrollingPreferences() local 1278 unsigned Threshold = adjustInliningThresholdUsingCallee(CB, TLI, this); in adjustInliningThreshold() local 1312 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); in getCallerAllocaCost() local
|
H A D | SIFixSGPRCopies.cpp | 586 const unsigned Threshold = 50; in hoistAndMergeSGPRInits() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SpillPlacement.h | 67 BlockFrequency Threshold; global() variable
|
H A D | PreISelIntrinsicLowering.cpp | 189 uint64_t Threshold = MemIntrinsicExpandSizeThresholdOpt.getNumOccurrences() in shouldExpandMemIntrinsicWithSize() local
|
H A D | PrologEpilogInserter.cpp | 295 uint64_t Threshold = TFI->getStackThreshold(); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 84 const unsigned int Threshold = 4; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 311 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local 328 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 144 LLVMPassBuilderOptionsRef Options, int Threshold) { in LLVMPassBuilderOptionsSetInlinerThreshold()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 97 int Threshold = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 276 unsigned Threshold, StringRef CallerModulePath, in selectCallee() 720 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction() 895 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction() 950 auto Threshold = std::get<1>(GVInfo); in computeImportForModule() local
|
H A D | SampleProfile.cpp | 1031 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) { in findExternalInlineCandidate()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 155 void LLVMContext::setDiagnosticsHotnessThreshold(std::optional<uint64_t> Threshold) { in setDiagnosticsHotnessThreshold()
|
H A D | Module.cpp | 663 void Module::setLargeDataThreshold(uint64_t Threshold) { in setLargeDataThreshold()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 340 ReportKind Threshold = main() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 298 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; emitThumbRegPlusImmediate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 564 int Threshold = 0; member in __anon463f3bdb0111::InlineCostCallAnalyzer 964 APInt Threshold(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis() local 1170 int Threshold = 5; member in __anon463f3bdb0111::InlineCostFeaturesAnalyzer 3158 InlineParams llvm::getInlineParams(int Threshold) { in getInlineParams()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 1084 unsigned Threshold = unsigned(-1), in LoopRotation()
|
H A D | LoopPeel.cpp | 542 unsigned Threshold) { in computePeelCount()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 291 compareValueToThreshold(ProgramStateRef State, NonLoc Value, NonLoc Threshold, in compareValueToThreshold()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 2619 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction() local 2640 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction() local
|