cranelift_codegen::ir::instructions

Type Alias ValueList

source
pub type ValueList = EntityList<Value>;
Expand description

Some instructions use an external list of argument values because there is not enough space in the 16-byte InstructionData struct. These value lists are stored in a memory pool in dfg.value_lists.

Aliased Typeยง

struct ValueList { /* private fields */ }