Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/src/
H A Dbugpoint.rs352 struct ReplaceBlockParamWithConst { struct
357 impl ReplaceBlockParamWithConst { implementation
367 impl Mutator for ReplaceBlockParamWithConst { implementation
828 5 => Box::new(ReplaceBlockParamWithConst::new(&func)), in reduce()