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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 62 // Threshold to use when optsize is specified (and there is no -inline-limit).
268 // If -inline-threshold is not given, listen to the optsize attribute when it
271 bool OptSize = Caller && !Caller->isDeclaration() &&
274 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize &&
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 115 /// OptSize - True if optimizing for size.
116 bool OptSize;
176 OptSize = F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
181 if (!OptSize && TLI && TLI->isSlowDivBypassed()) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 231 milliseconds