Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h38 const int OptSizeThreshold = 50; variable
216 std::optional<int> OptSizeThreshold; member
H A DTargetTransformInfo.h438 unsigned OptSizeThreshold; member
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp134 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1879 Threshold = MinIfValid(Threshold, Params.OptSizeThreshold); in updateThreshold()
3109 Params.OptSizeThreshold = InlineConstants::OptSizeThreshold; in getInlineParams()
3128 return InlineConstants::OptSizeThreshold; in computeThresholdFromOptLevels()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp197 UP.OptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
226 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1387 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h602 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2311 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3252 UP.OptSizeThreshold = UP.Threshold; in computeHeuristicUnrollFactor()
3258 << " OptSizeThreshold=" << UP.OptSizeThreshold << "\n" in computeHeuristicUnrollFactor()