Searched refs:emit_ir_graphviz (Results 1 – 3 of 3) sorted by relevance
419 if let Some(ref graph) = self.options.emit_ir_graphviz { in command_line_flags()646 pub fn emit_ir_graphviz<T: Into<String>>(mut self, path: T) -> Builder { in emit_ir_graphviz() method648 self.options.emit_ir_graphviz = Some(path); in emit_ir_graphviz()1689 emit_ir_graphviz: Option<String>, field1984 emit_ir_graphviz: None, in default()
731 builder = builder.emit_ir_graphviz(path); in builder_from_flags()
4191 if let Some(path) = context.options().emit_ir_graphviz.as_ref() { in codegen()