Module cranelift_codegen::ir::function
source · [−]Expand description
Intermediate representation of a function.
The Function
struct defined in this module owns all of its basic blocks and
instructions.
Structs
Wrapper type capable of displaying a Function
with correct ISA annotations.
Additional annotations for function display.
A function.
Iterator returning instruction offsets and sizes: (offset, inst, size)
.