Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OptSize

4287   bool OptSize = shouldLowerMemFuncForSize(MF);
4297 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize);
4400 bool OptSize = shouldLowerMemFuncForSize(MF);
4407 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize);
4494 bool OptSize = shouldLowerMemFuncForSize(MF);
4500 if (!FindOptimalMemOpLowering(MemOps, TLI.getMaxStoresPerMemset(OptSize),