Module sway_ir::pass_manager

source ·

Structs

Configuration for the pass manager to run passes.

Enums

Is a pass an Analysis or a Transformation over the IR?
A concrete version of PassScope.

Traits

Result of an analysis. Specific result must be downcasted to.
Program scope over which a pass executes.

Type Definitions