Home | History | Annotate | Download | only in CodeGen

Lines Matching full:minsize

716     B.addAttribute(llvm::Attribute::MinSize);
719 // OptimizeNone wins over OptimizeForSize and MinSize.
721 B.removeAttribute(llvm::Attribute::MinSize);