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

type ValueListPool = ListPool<Value>;

Memory pool for holding value lists. See ValueList.