Module cranelift_codegen::ir::layout [−][src]
Function layout.
The order of basic blocks in a function and the order of instructions in a block is
determined by the Layout data structure defined in this module.
Structs
| Blocks | Iterate over blocks in layout order. See |
| Insts | Iterate over instructions in a block in layout order. See |
| Layout | The |