Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dstack_overflow.rs155 config.cranelift_regalloc_algorithm(RegallocAlgorithm::SinglePass); in big_stack_works_ok()
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs810 algo => config.cranelift_regalloc_algorithm(algo), in config()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs1431 pub fn cranelift_regalloc_algorithm(&mut self, algo: RegallocAlgorithm) -> &mut Self { in cranelift_regalloc_algorithm() method