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

Completed in 46 milliseconds