Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h34 const int OptSizeThreshold = 50; variable
164 Optional<int> OptSizeThreshold; member
DTargetTransformInfo.h440 unsigned OptSizeThreshold; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1188 Threshold = MinIfValid(Threshold, Params.OptSizeThreshold); in updateThreshold()
2293 Params.OptSizeThreshold = InlineConstants::OptSizeThreshold; in getInlineParams()
2312 return InlineConstants::OptSizeThreshold; in computeThresholdFromOptLevels()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp190 UP.OptSizeThreshold = 0; in gatherUnrollingPreferences()
219 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp1208 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h498 UP.OptSizeThreshold = 0; in getUnrollingPreferences()