cranelift_codegen::ir::instructions

Type Alias ValueListPool

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

Memory pool for holding value lists. See ValueList.

Aliased Typeยง

struct ValueListPool { /* private fields */ }