Module sway_ir::pass_manager
source · Structs
An analysis or transformation pass.
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.
Functions
A convenience utility to register known passes.