Home
last modified time | relevance | path

Searched refs:ValueListPool (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Djumptable.rs7 use crate::ir::instructions::ValueListPool;
87 pub fn display<'a>(&'a self, pool: &'a ValueListPool) -> DisplayJumpTable<'a> { in display()
95 pool: &'a ValueListPool,
115 use crate::ir::instructions::ValueListPool;
122 let mut pool = ValueListPool::default(); in empty()
140 let mut pool = ValueListPool::default(); in insert()
H A Dinstructions.rs34 pub type ValueListPool = entity::ListPool<Value>; typedef
78 pool: &mut ValueListPool, in new() argument
87 pub fn block(&self, pool: &ValueListPool) -> Block { in block()
103 pub fn len(&self, pool: &ValueListPool) -> usize { in len()
110 pool: &'a ValueListPool, in args() argument
121 pool: &mut ValueListPool, in update_args() argument
136 pub fn clear(&mut self, pool: &mut ValueListPool) { in clear() argument
172 pool: &'a ValueListPool,
476 pool: &mut ValueListPool, in map_values() argument
586 pool: &'a ValueListPool, in analyze_call() argument
[all …]
H A Dexception_table.rs20 use crate::ir::instructions::ValueListPool;
168 pub fn display<'a>(&'a self, pool: &'a ValueListPool) -> DisplayExceptionTable<'a> { in display()
173 pub fn deep_clone(&self, pool: &mut ValueListPool) -> Self { in deep_clone()
254 pool: &'a ValueListPool,
H A Dmod.rs53 BlockArg, BlockCall, InstructionData, Opcode, ValueList, ValueListPool, VariableArgs,
H A Ddfg.rs12 Value, ValueLabelAssignments, ValueList, ValueListPool, types,
141 pub value_lists: ValueListPool,
178 value_lists: ValueListPool::new(), in new()
1414 pub fn params<'a>(&self, pool: &'a ValueListPool) -> &'a [Value] { in params()
/wasmtime-44.0.1/cranelift/codegen/src/egraph/
H A Dmod.rs11 Block, DataFlowGraph, Function, Inst, InstructionData, Type, Value, ValueDef, ValueListPool,
1032 value_lists: &'a ValueListPool,