Enum cranelift_codegen::ir::ExpandedProgramPoint [−][src]
Expand description
An expanded program point directly exposes the variants, but takes twice the space to represent.
Variants
Inst(Inst)
Tuple Fields
0: Inst
An instruction in the function.
Block(Block)
Tuple Fields
0: Block
A block header.
Implementations
Get the instruction we know is inside.
Trait Implementations
Performs the conversion.
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 ExpandedProgramPoint
impl Send for ExpandedProgramPoint
impl Sync for ExpandedProgramPoint
impl Unpin for ExpandedProgramPoint
impl UnwindSafe for ExpandedProgramPoint
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.