[][src]Trait llhd::ir::Layout

pub trait Layout {
    fn is_inst_inserted(&self, inst: Inst) -> bool;
fn is_block_inserted(&self, block: Block) -> bool; }

Common functionality between CFG and DFG unit layouts.

Required methods

fn is_inst_inserted(&self, inst: Inst) -> bool

Check if an instruction is inserted.

fn is_block_inserted(&self, block: Block) -> bool

Check if a block is inserted.

Loading content...

Implementors

impl Layout for FunctionLayout[src]

impl Layout for InstLayout[src]

Loading content...