reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2387     R.addAttribute(Attribute::get(Ctx, Attribute::Dereferenceable,
 2390     R.addAttribute(Attribute::get(Ctx, Attribute::DereferenceableOrNull,
 2393     R.addAttribute(Attribute::NoAlias);
 2395   if (!R.empty())
 2396     AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));