llvm::AliasSetsPrinterPass

Printer pass for AliasSetTracker results.

Synopsis

Declared in <llvm/Analysis/AliasSetTracker.h>

class AliasSetsPrinterPass
    : public RequiredPassInfoMixin<AliasSetsPrinterPass>

Base Classes

NameDescription
RequiredPassInfoMixin<AliasSetsPrinterPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
AliasSetsPrinterPass [constructor]Construct a printer that writes alias sets to OS.
run Print alias sets for F and return all analyses preserved.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.