Module sway_ir::pass_manager
source · Structs
An analysis or transformation pass.
A group of passes.
Can contain sub-groups.
Enums
Is a pass an Analysis or a Transformation over the IR?
An individual pass, or a group (with possible subgroup) of passes.
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.