Home
last modified time | relevance | path

Searched refs:OptSizeThreshold (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h38 const int OptSizeThreshold = 50; variable
216 std::optional<int> OptSizeThreshold; member
H A DTargetTransformInfo.h543 unsigned OptSizeThreshold; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp134 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1954 Threshold = MinIfValid(Threshold, Params.OptSizeThreshold); in updateThreshold()
3198 Params.OptSizeThreshold = InlineConstants::OptSizeThreshold; in getInlineParams()
3217 return InlineConstants::OptSizeThreshold; in computeThresholdFromOptLevels()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp197 UP.OptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
227 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1405 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h639 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2448 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3831 UP.OptSizeThreshold = UP.Threshold; in computeHeuristicUnrollFactor()
3837 << " OptSizeThreshold=" << UP.OptSizeThreshold << "\n" in computeHeuristicUnrollFactor()