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

  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 50 bool OptSize;
339 if (OptSize && (NewSize < OldSize))
453 OptSize = MF.getFunction()->optForSize();
CodeGenPrepare.cpp 145 bool OptSize;
221 OptSize = F.optForSize();
225 if (!OptSize && TLI && TLI->isSlowDivBypassed()) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 65 // Threshold to use when optsize is specified (and there is no -inline-limit).
281 // If -inline-threshold is not given, listen to the optsize attribute when it
284 bool OptSize = Caller && !Caller->isDeclaration() &&
287 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize &&
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 1350 milliseconds