Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OptSize

115     /// OptSize - True if optimizing for size.
116 bool OptSize;
176 OptSize = F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
181 if (!OptSize && TLI && TLI->isSlowDivBypassed()) {
2989 if (DisableSelectToBranch || OptSize || !TLI || VectorCond)