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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InlineCost.h 38 const int OptMinSizeThreshold = 5;
144 Optional<int> OptMinSizeThreshold;
  /external/llvm/lib/Analysis/
InlineCost.cpp 48 const int OptMinSizeThreshold = 25;
630 if (Caller->optForMinSize() && OptMinSizeThreshold < Threshold)
631 Threshold = OptMinSizeThreshold;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp     [all...]

Completed in 161 milliseconds