kecc

Type Alias Gvn

Source
pub type Gvn = FunctionPass<GvnInner>;

Aliased Type§

struct Gvn {
    inner: GvnInner,
}

Fields§

§inner: GvnInner