Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dcompile.rs60 options.algorithm = match b.flags().regalloc_algorithm() { in compile()
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dconfig.rs280 cfg.opts.regalloc_algorithm = Some(self.wasmtime.regalloc_algorithm.to_wasmtime()); in to_wasmtime()
572 regalloc_algorithm: RegallocAlgorithm, field
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs55 pub regalloc_algorithm: Option<wasmtime::RegallocAlgorithm>,
809 ["cranelift": self.opts.regalloc_algorithm] in config()
1254 .and_then(|common_options| common_options.opts.regalloc_algorithm); in from_toml()