enum AliasSet::AliasLattice

Description

The kind of alias relationship between pointers of the set. These represent conservatively correct alias results between any members of the set. We represent these independently of the values of alias results in order to pack it into a single bit. Lattice goes from MustAlias to MayAlias.

Declared at: llvm/include/llvm/Analysis/AliasSetTracker.h:176

Enumerators

NameValueComment
SetMustAlias0
SetMayAlias1