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)An instruction in the function.
Block(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 ExpandedProgramPointimpl Send for ExpandedProgramPointimpl Sync for ExpandedProgramPointimpl Unpin for ExpandedProgramPointimpl UnwindSafe for ExpandedProgramPointBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.