Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h38 const int OptSizeThreshold = 50; variable
217 std::optional<int> OptSizeThreshold; member
H A DTargetTransformInfo.h553 unsigned OptSizeThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp146 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1964 Threshold = MinIfValid(Threshold, Params.OptSizeThreshold); in updateThreshold()
3203 Params.OptSizeThreshold = InlineConstants::OptSizeThreshold; in getInlineParams()
3222 return InlineConstants::OptSizeThreshold; in computeThresholdFromOptLevels()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp203 UP.OptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
233 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1836 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h652 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2460 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5363 UP.OptSizeThreshold = UP.Threshold; in computeHeuristicUnrollFactor()
5369 << " OptSizeThreshold=" << UP.OptSizeThreshold << "\n" in computeHeuristicUnrollFactor()