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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 53 // Threshold to use when optsize is specified (and there is no -inline-limit).
208 // If -inline-threshold is not given, listen to the optsize attribute when it
211 bool OptSize = Caller && !Caller->isDeclaration() &&
213 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize && OptSizeThreshold < thres)
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 97 /// OptSize - True if optimizing for size.
98 bool OptSize;
150 OptSize = F.hasFnAttr(Attribute::OptimizeForSize);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 80 milliseconds