Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/src/
H A Dbugpoint.rs318 struct RemoveBlock { struct
322 impl RemoveBlock { implementation
330 impl Mutator for RemoveBlock { implementation
827 4 => Box::new(RemoveBlock::new(&func)), in reduce()