Searched refs:emit_ir_graphviz (Results 1 – 3 of 3) sorted by relevance
185 emit_ir_graphviz: Option<String>, field432 emit_ir_graphviz, in builder_from_flags()692 if let Some(path) = emit_ir_graphviz { in builder_from_flags()693 builder = builder.emit_ir_graphviz(path); in builder_from_flags()
493 if let Some(ref graph) = self.options.emit_ir_graphviz { in command_line_flags()787 pub fn emit_ir_graphviz<T: Into<String>>(mut self, path: T) -> Builder { in emit_ir_graphviz() method789 self.options.emit_ir_graphviz = Some(path); in emit_ir_graphviz()1947 emit_ir_graphviz: Option<String>, field2325 emit_ir_graphviz, in default()
4497 if let Some(path) = context.options().emit_ir_graphviz.as_ref() { in codegen()