Module cranelift_codegen::ir::jumptable[][src]

Jump table representation.

Jump tables are declared in the preamble and assigned an ir::entities::JumpTable reference. The actual table of destinations is stored in a JumpTableData struct defined in this module.

Structs

Entries

Enumerate (idx, dest) pairs in order.

JumpTableData

Contents of a jump table.