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 154 /// OptForSize - If true, selector should try to optimize for code size
156 bool OptForSize;
163 OptForSize(false) {}
427 // OptForSize is used in pattern predicates that isel is matching.
428 OptForSize = MF->getFunction()->hasFnAttr(Attribute::OptimizeForSize);
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 47 milliseconds