[][src]Type Definition cranelift_codegen::ir::instructions::ValueList

type ValueList = EntityList<Value>;

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.