Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h35 const int OptSizeThreshold = 50; variable
171 Optional<int> OptSizeThreshold; member
H A DTargetTransformInfo.h445 unsigned OptSizeThreshold; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp134 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1522 Threshold = MinIfValid(Threshold, Params.OptSizeThreshold); in updateThreshold()
2735 Params.OptSizeThreshold = InlineConstants::OptSizeThreshold; in getInlineParams()
2754 return InlineConstants::OptSizeThreshold; in computeThresholdFromOptLevels()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp197 UP.OptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
226 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h540 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2142 UP.OptSizeThreshold = 0; in getUnrollingPreferences()