Module pass_manager

Source
Expand description

Define the PassManager structure that is used to construct and run pass passes.

Structs§

PassManager
Structure that tracks all registered passes for the compiler.

Type Aliases§

PassClosure
Top-level type for all passes that transform an ir::Context
PassResult