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).
259 // If -inline-threshold is not given, listen to the optsize attribute when it
262 bool OptSize = Caller && !Caller->isDeclaration() &&
265 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize &&
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 99 /// OptSize - True if optimizing for size.
100 bool OptSize;
155 OptSize = F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
160 if (!OptSize && TLI && TLI->isSlowDivBypassed()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 243 milliseconds