CGSCC pass that runs the Attributor.

Synopsis

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

struct AttributorCGSCCPass
    : OptionalPassInfoMixin<AttributorCGSCCPass>

Base Classes

Name

Description

OptionalPassInfoMixin<AttributorCGSCCPass>

A CRTP mix‐in for passes that can be skipped.

Member Functions

Name

Description

run

Run the Attributor on SCC C.

Static Member Functions

Name

Description

isRequired

Return false; optional passes may be skipped.

Created with MrDocs