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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 200 unsigned OptSizeThreshold;
205 /// OptSizeThreshold, but used for partial/runtime unrolling (set to UINT_MAX
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 63 const int OptSizeThreshold = 75;
275 OptSizeThreshold < thres)
276 thres = OptSizeThreshold;

Completed in 100 milliseconds