Searched refs:regalloc_algorithm (Results 1 – 3 of 3) sorted by relevance
60 options.algorithm = match b.flags().regalloc_algorithm() { in compile()
280 cfg.opts.regalloc_algorithm = Some(self.wasmtime.regalloc_algorithm.to_wasmtime()); in to_wasmtime()572 regalloc_algorithm: RegallocAlgorithm, field
55 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()