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