Expand description
Pretty printing for MIR
This module provides human-readable output for MIR structures, useful for debugging and inspection.
Functionsยง
- print_
basic_ block - Pretty print a basic block
- print_
function - Pretty print a function
- print_
mir_ context - Pretty print a MIR context
- print_
operand - Pretty print an operand
- print_
place - Pretty print a place
- print_
rvalue - Pretty print an rvalue
- print_
statement - Pretty print a statement
- print_
terminator - Pretty print a terminator