/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()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SuspiciousCallArgumentCheck.cpp | 153 int8_t Threshold) { in applyPrefixHeuristic() argument 165 int8_t Threshold) { in applySuffixHeuristic() argument 176 int8_t Threshold) { in applySubstringHeuristic() argument 205 int8_t Threshold) { in applyLevenshteinHeuristic() argument 214 int8_t Threshold) { in applyJaroWinklerHeuristic() argument 275 applyDiceHeuristic(StringRef Arg,StringRef Param,int8_t Threshold) applyDiceHeuristic() argument 783 int8_t Threshold = -1; areNamesSimilar() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopRotation.cpp | 67 int Threshold = EnableHeaderDuplication || run() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | common_test.cpp | 36 const uptr Threshold = Size >> 3; in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 99 unsigned Threshold = 5; optimizeVccBranch() local 393 const unsigned Threshold = 20; runOnMachineFunction() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 184 unsigned Threshold = 0; getUnrollingPreferences() local 1278 unsigned Threshold = adjustInliningThresholdUsingCallee(CB, TLI, this); adjustInliningThreshold() local 1312 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); getCallerAllocaCost() local [all...] |
H A D | SIFixSGPRCopies.cpp | 585 const unsigned Threshold = 50; hoistAndMergeSGPRInits() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SpillPlacement.h |
|
H A D | PreISelIntrinsicLowering.cpp | 189 uint64_t Threshold = MemIntrinsicExpandSizeThresholdOpt.getNumOccurrences() shouldExpandMemIntrinsicWithSize() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 84 const unsigned int Threshold = 4; global() member
|
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 144 LLVMPassBuilderOptionsSetInlinerThreshold(LLVMPassBuilderOptionsRef Options,int Threshold) LLVMPassBuilderOptionsSetInlinerThreshold() argument
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | MemoryManager.h | 330 size_t Threshold = MemoryManagerThreshold.get(); in getSizeThresholdFromEnv() local
|
/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
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 97 int Threshold = 0; global() variable [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 276 selectCallee(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,unsigned Threshold,StringRef CallerModulePath,const GlobalValueSummary * & TooLargeOrNoInlineSummary,FunctionImporter::ImportFailureReason & Reason) selectCallee() argument 720 computeImportForFunction(const FunctionSummary & Summary,const ModuleSummaryIndex & Index,const unsigned Threshold,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,SmallVectorImpl<EdgeInfo> & Worklist,GlobalsImporter & GVImporter,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists,FunctionImporter::ImportThresholdsTy & ImportThresholds) computeImportForFunction() argument 895 __anon05cd28790902(unsigned Threshold, bool IsHotCallsite) computeImportForFunction() argument 950 auto Threshold = std::get<1>(GVInfo); computeImportForModule() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ArgumentCommentCheck.cpp | 162 const unsigned Threshold = 2; in isLikelyTypo() local
|
/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 333 ReportKind Threshold = main() local
|
/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 155 setDiagnosticsHotnessThreshold(std::optional<uint64_t> Threshold) setDiagnosticsHotnessThreshold() argument
|
H A D | Module.cpp | 663 setLargeDataThreshold(uint64_t Threshold) setLargeDataThreshold() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 564 int Threshold = 0; global() member in __anonf27af12e0111::InlineCostCallAnalyzer 964 APInt Threshold(128, PSI->getOrCompHotCountThreshold()); costBenefitAnalysis() local 1170 int Threshold = 5; global() member in __anonf27af12e0111::InlineCostFeaturesAnalyzer 3160 getInlineParams(int Threshold) getInlineParams() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 362 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; emitThumbRegPlusImmediate() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 1084 unsigned Threshold = unsigned(-1), in LoopRotation() argument
|
H A D | LoopPeel.cpp | 542 computePeelCount(Loop * L,unsigned LoopSize,TargetTransformInfo::PeelingPreferences & PP,unsigned TripCount,DominatorTree & DT,ScalarEvolution & SE,AssumptionCache * AC,unsigned Threshold) computePeelCount() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 291 compareValueToThreshold(ProgramStateRef State, NonLoc Value, NonLoc Threshold, in compareValueToThreshold() argument
|
/llvm-project/bolt/lib/Passes/ |
H A D | IndirectCallPromotion.cpp | 1007 double Threshold = double(opts::ICPMispredictThreshold); canPromoteCallsite() local
|