Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/frontend/src/
H A Dssa.rs56 variable_pool: ListPool<Variable>, field
114 self.variable_pool.clear(); in clear()
344 undef_variables.push(var, &mut self.variable_pool); in find_var()
434 let ssa_params = undef_variables.len(&self.variable_pool); in seal_one_block()
446 let var = undef_variables.get(idx, &self.variable_pool).unwrap(); in seal_one_block()
468 undef_variables.clear(&mut self.variable_pool); in seal_one_block()