llvm::AttributorPass

Module pass that runs the full Attributor.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

struct AttributorPass
    : OptionalPassInfoMixin<AttributorPass>

Base Classes

NameDescription
OptionalPassInfoMixin<AttributorPass>A CRTP mix-in for passes that can be skipped.

Member Functions

NameDescription
run Run the Attributor on module M.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.