Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OptSize

3434   bool OptSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
3444 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize);
3527 bool OptSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
3534 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize);
3605 bool OptSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
3611 if (!FindOptimalMemOpLowering(MemOps, TLI.getMaxStoresPerMemset(OptSize),