Type Alias cranelift_codegen::ir::instructions::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 */ }