HomeSort by relevance Sort by last modified time
    Searched refs:OptSizeThreshold (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InlineCost.h 35 const int OptSizeThreshold = 50;
141 Optional<int> OptSizeThreshold;
TargetTransformInfo.h 370 unsigned OptSizeThreshold;
375 /// OptSizeThreshold, but used for partial/runtime unrolling (set to
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 48 const int OptSizeThreshold = 75;
205 thres = OptSizeThreshold;
  /external/llvm/lib/Analysis/
InlineCost.cpp 45 const int OptSizeThreshold = 75;
632 else if (Caller->optForSize() && OptSizeThreshold < Threshold)
633 Threshold = OptSizeThreshold;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 119 UP.OptSizeThreshold = 0;
136 UP.Threshold = UP.OptSizeThreshold;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 178 UP.OptSizeThreshold = 0;
203 UP.Threshold = UP.OptSizeThreshold;
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 254 unsigned OptSizeThreshold;
259 /// OptSizeThreshold, but used for partial/runtime unrolling (set to
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 575 UP.OptSizeThreshold = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 420 UP.OptSizeThreshold = 0;
    [all...]

Completed in 834 milliseconds