[][src]Module cranelift_codegen::ir::function

Intermediate representation of a function.

The Function struct defined in this module owns all of its basic blocks and instructions.

Structs

DisplayFunction

Wrapper type capable of displaying a Function with correct ISA annotations.

DisplayFunctionAnnotations

Additional annotations for function display.

Function

A function.

InstOffsetIter

Iterator returning instruction offsets and sizes: (offset, inst, size).