Home
last modified time | relevance | path

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

/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-fuzzgen.rs158 pub ctrl_planes: Vec<ControlPlane>, field
207 let mut ctrl_planes: Vec<ControlPlane> = Vec::with_capacity(func_count); in generate() localVariable
230 ctrl_planes.push(ControlPlane::arbitrary(generator.u)?); in generate()
241 ctrl_planes, in generate()
248 let mut ctrl_planes = self.ctrl_planes.clone(); in to_optimized() localVariable
252 .zip(ctrl_planes.iter_mut()) in to_optimized()
263 ctrl_planes, in to_optimized()
388 for i in 0..testcase.ctrl_planes.len() {
389 testcase.ctrl_planes[i].set_fuel(fuel)
415 .add_functions(&testcase.functions[..], testcase.ctrl_planes.clone())
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dfunction_runner.rs149 ctrl_planes: Vec<ControlPlane>, in add_functions()
156 let ctrl_planes = ctrl_planes in add_functions() localVariable
161 for (func, ref mut ctrl_plane) in functions.iter().zip(ctrl_planes) { in add_functions()