Lines Matching full:alwaysinline
3608 bool AlwaysInline,
3617 // TODO: In the AlwaysInline case, if the size is big then generate a loop
3636 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize);
3726 bool AlwaysInline,
3748 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize);
3889 unsigned Align, bool isVol, bool AlwaysInline,
3913 isVol, AlwaysInline,
3920 if (AlwaysInline) {
3921 assert(ConstantSize && "AlwaysInline