Struct cranelift_codegen::flowgraph::BlockPredecessor  [−][src]
A basic block denoted by its enclosing Block and last instruction.
Fields
block: BlockEnclosing Block key.
inst: InstLast instruction in the basic block.
Implementations
impl BlockPredecessor[src]
impl BlockPredecessor[src]Trait Implementations
impl PartialEq<BlockPredecessor> for BlockPredecessor[src]
impl PartialEq<BlockPredecessor> for BlockPredecessor[src]