Module pass that runs the full Attributor.
Declared in <llvm/Transforms/IPO/Attributor.h>
struct AttributorPass
: OptionalPassInfoMixin<AttributorPass>
| Name | Description |
|---|---|
OptionalPassInfoMixin<AttributorPass> | A CRTP mix-in for passes that can be skipped. |
| Name | Description |
|---|---|
run | Run the Attributor on module M. |
| Name | Description |
|---|---|
isRequired | Return false; optional passes may be skipped. |