Searched refs:CFGPrinter (Results 1 – 3 of 3) sorted by relevance
12 pub struct CFGPrinter<'a> { struct18 impl<'a> CFGPrinter<'a> { argument79 impl<'a> Display for CFGPrinter<'a> { implementation
9 use cranelift_codegen::cfg_printer::CFGPrinter;34 subtest::run_filecheck(&CFGPrinter::new(&func).to_string(), context) in run()
9 use cranelift_codegen::cfg_printer::CFGPrinter;39 print!("{}", CFGPrinter::new(&func)); in print_cfg()