Trait vicis_core::traits::basic_block::BasicBlock[][src]

pub trait BasicBlock: Sized + Debug {
    fn preds(&self) -> &FxHashSet<Id<Self>>;
fn succs(&self) -> &FxHashSet<Id<Self>>; }

Required methods

Implementors