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 BasicBlock
Trait Implementations
impl PartialEq for BasicBlock
[src]
impl PartialEq for BasicBlock
fn eq(&self, other: &BasicBlock) -> bool
[src]
fn eq(&self, other: &BasicBlock) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for BasicBlock
[src]
impl Eq for BasicBlock
Auto Trait Implementations
impl Send for BasicBlock
impl Send for BasicBlock
impl Sync for BasicBlock
impl Sync for BasicBlock