Struct cranelift_codegen::flowgraph::BlockPredecessor [−][src]
Expand description
A basic block denoted by its enclosing Block and last instruction.
Fields
block: BlockEnclosing Block key.
inst: InstLast instruction in the basic block.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BlockPredecessor
impl Send for BlockPredecessor
impl Sync for BlockPredecessor
impl Unpin for BlockPredecessor
impl UnwindSafe for BlockPredecessor
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.