Enum cranelift_codegen::ir::ExpandedProgramPoint [−][src]
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
impl ExpandedProgramPoint
[src]
impl ExpandedProgramPoint
[src]pub fn unwrap_inst(self) -> Inst
[src]
Get the instruction we know is inside.
Trait Implementations
impl Clone for ExpandedProgramPoint
[src]
impl Clone for ExpandedProgramPoint
[src]fn clone(&self) -> ExpandedProgramPoint
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<ProgramPoint> for ExpandedProgramPoint
[src]
impl From<ProgramPoint> for ExpandedProgramPoint
[src]fn from(pp: ProgramPoint) -> Self
[src]
impl PartialEq<ExpandedProgramPoint> for ExpandedProgramPoint
[src]
impl PartialEq<ExpandedProgramPoint> for ExpandedProgramPoint
[src]