Struct cranelift_codegen::ir::ProgramPoint [−][src]
pub struct ProgramPoint(_);
A ProgramPoint represents a position in a function where the live range of an SSA value can
begin or end. It can be either:
- An instruction or
- A block header.
This corresponds more or less to the lines in the textual form of Cranelift IR.
Trait Implementations
impl Clone for ProgramPoint[src]
impl Clone for ProgramPoint[src]fn clone(&self) -> ProgramPoint[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<ProgramPoint> for ProgramPoint[src]
impl PartialEq<ProgramPoint> for ProgramPoint[src]