pub fn write_ebb_header(
    w: &mut dyn Write,
    func: &Function,
    isa: Option<&dyn TargetIsa>,
    ebb: Ebb,
    indent: usize
) -> Result
Expand description

Write out the basic block header, outdented:

ebb1: ebb1(v1: i32): ebb10(v4: f64, v5: b1):