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

pub type ValueListPool = ListPool<Value>;
Expand description

Memory pool for holding value lists. See ValueList.