Expand description
Define the PassManager structure that is used to construct and run pass passes.
Structs§
- Pass
Manager - Structure that tracks all registered passes for the compiler.
Type Aliases§
- Pass
Closure - Top-level type for all passes that transform an ir::Context
- Pass
Result