Struct cranelift_codegen::flowgraph::BasicBlock [−][src]
A basic block denoted by its enclosing Ebb and last instruction.
Fields
ebb: Ebb
Enclosing Ebb key.
inst: Inst
Last instruction in the basic block.
Methods
impl BasicBlock[src]
impl BasicBlockTrait Implementations
impl PartialEq for BasicBlock[src]
impl PartialEq for BasicBlockfn eq(&self, other: &BasicBlock) -> bool[src]
fn eq(&self, other: &BasicBlock) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BasicBlock) -> bool[src]
fn ne(&self, other: &BasicBlock) -> boolThis method tests for !=.
impl Eq for BasicBlock[src]
impl Eq for BasicBlockAuto Trait Implementations
impl Send for BasicBlock
impl Send for BasicBlockimpl Sync for BasicBlock
impl Sync for BasicBlock