Searched refs:CraneliftCompiler (Results 1 – 2 of 2) sorted by relevance
440 use crate::cranelift::CraneliftCompiler; in cranelift_compile()450 let mut compiler = CraneliftCompiler::new(self.helpers.clone()); in cranelift_compile()952 use crate::cranelift::CraneliftCompiler; in cranelift_compile()962 let mut compiler = CraneliftCompiler::new(self.parent.helpers.clone()); in cranelift_compile()1342 use crate::cranelift::CraneliftCompiler; in cranelift_compile()1352 let mut compiler = CraneliftCompiler::new(self.parent.helpers.clone()); in cranelift_compile()
35 pub(crate) struct CraneliftCompiler { struct60 impl CraneliftCompiler { impl