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

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 151 /// OptForSize - If true, selector should try to optimize for code size
153 bool OptForSize;
159 OptForSize(false) {}
447 // OptForSize is used in pattern predicates that isel is matching.
448 OptForSize = MF->getFunction()->getAttributes().
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 65 milliseconds