Home | History | Annotate | Download | only in IPO

Lines Matching refs:NoAlias

261     // Replace sret attribute with noalias. This reduces register pressure by
268 .addAttribute(F->getContext(), ArgNo + 1, Attribute::NoAlias));
275 .addAttribute(F->getContext(), ArgNo + 1, Attribute::NoAlias));