Home | History | Annotate | Download | only in CodeGen

Lines Matching full:readnone

728       FuncAttrs |= llvm::Attribute::ReadNone;
760 // sret disables readnone and readonly
762 llvm::Attribute::ReadNone);
817 // byval disables readnone and readonly.
819 llvm::Attribute::ReadNone);