Function yaxpeax_core::analyses::control_flow::check_cfg_integrity[][src]

pub fn check_cfg_integrity(
    blocks: &BTreeMap<u64, VW_Block>,
    graph: &GraphMap<u64, (), Directed>
)