Lines Matching refs:ctrl_plane
118 ctrl_plane: &mut ControlPlane, in compile_and_emit()
120 let compiled_code = self.compile(isa, ctrl_plane)?; in compile_and_emit()
131 ctrl_plane: &mut ControlPlane, in compile_stencil()
139 self.optimize(isa, ctrl_plane)?; in compile_stencil()
140 result = isa.compile_function(&self.func, &self.domtree, self.want_disasm, ctrl_plane); in compile_stencil()
154 ctrl_plane: &mut ControlPlane, in optimize()
186 self.egraph_pass(isa, ctrl_plane)?; in optimize()
214 ctrl_plane: &mut ControlPlane, in compile()
217 .compile_stencil(isa, ctrl_plane) in compile()
365 ctrl_plane: &mut ControlPlane, in egraph_pass()
384 ctrl_plane, in egraph_pass()