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

Intermediate representation of a function.

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

Structs

DisplayFunction

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

Function

A function.

InstOffsetIter

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