Struct cranelift_codegen::flowgraph::BlockPredecessor [−][src]
A basic block denoted by its enclosing Block and last instruction.
Fields
block: Block
Enclosing Block key.
inst: Inst
Last 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]