Trait yaxpeax_core::analyses::static_single_assignment::DFGRebase[][src]

pub trait DFGRebase<A: SSAValues + Arch> {
    fn rebase_references(&self, old_dfg: &SSA<A>, new_dfg: &SSA<A>) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors