Struct cranelift_codegen::flowgraph::BasicBlock[][src]

pub struct BasicBlock {
    pub ebb: Ebb,
    pub inst: Inst,
}

A basic block denoted by its enclosing Ebb and last instruction.

Fields

Enclosing Ebb key.

Last instruction in the basic block.

Methods

impl BasicBlock
[src]

Convenient method to construct new BasicBlock.

Trait Implementations

impl PartialEq for BasicBlock
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BasicBlock
[src]

Auto Trait Implementations

impl Send for BasicBlock

impl Sync for BasicBlock