[][src]Function c2rust_transpile::cfg::relooper::reloop

pub fn reloop(
    cfg: Cfg<Label, StmtOrDecl>,
    store: DeclStmtStore,
    simplify_structures: bool,
    use_c_loop_info: bool,
    use_c_multiple_info: bool,
    live_in: IndexSet<CDeclId>
) -> (Vec<Stmt>, Vec<Structure<StmtOrComment>>)

Convert the CFG into a sequence of structures