Searched refs:cranelift_regalloc_algorithm (Results 1 – 3 of 3) sorted by relevance
155 config.cranelift_regalloc_algorithm(RegallocAlgorithm::SinglePass); in big_stack_works_ok()
810 algo => config.cranelift_regalloc_algorithm(algo), in config()
1431 pub fn cranelift_regalloc_algorithm(&mut self, algo: RegallocAlgorithm) -> &mut Self { in cranelift_regalloc_algorithm() method