ΒΆllvm::cflaa::AliasAttrs getAttrEscaped()

Description

AttrEscaped represent whether the said pointer comes from a known source but escapes to the unknown world (e.g. casted to an integer, or passed as an argument to opaque function). Unlike non-escaped pointers, escaped ones may alias pointers coming from unknown sources.

Declared at: llvm/lib/Analysis/AliasAnalysisSummary.h:80