Type Alias cranelift_codegen::ir::instructions::ValueListPool

source ·
pub type ValueListPool = ListPool<Value>;
Expand description

Memory pool for holding value lists. See ValueList.

Aliased Type§

struct ValueListPool { /* private fields */ }