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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 53 CurrentThreshold = (T == -1) ? UnrollThreshold : unsigned(T);
72 unsigned CurrentThreshold;
74 bool UserThreshold; // CurrentThreshold is user-specified.
142 unsigned Threshold = CurrentThreshold;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 235 int CurrentThreshold = getInlineThreshold(CS);
237 int AdjThreshold = (int)(CurrentThreshold * FudgeFactor);

Completed in 214 milliseconds