Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/src/
H A Dbugpoint.rs270 struct MoveInstToEntryBlock { struct
275 impl MoveInstToEntryBlock { impl
286 impl Mutator for MoveInstToEntryBlock { implementation
826 3 => Box::new(MoveInstToEntryBlock::new(&func)), in reduce()