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

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 153 /// OptForSize - If true, selector should try to optimize for code size
155 bool OptForSize;
162 OptForSize(false) {}
426 // OptForSize is used in pattern predicates that isel is matching.
427 OptForSize = MF->getFunction()->hasFnAttr(Attribute::OptimizeForSize);
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 24 milliseconds