llvm::AttributorCGSCCPass

CGSCC pass that runs the Attributor.

Synopsis

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

struct AttributorCGSCCPass
    : OptionalPassInfoMixin<AttributorCGSCCPass>

Base Classes

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

Member Functions

NameDescription
run Run the Attributor on SCC C.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.