Struct cretonne::prelude::codegen::ir::entities::Inst[][src]

pub struct Inst(_);

An opaque reference to an instruction in a function.

Trait Implementations

impl IndexMut<Inst> for DataFlowGraph
[src]

Allow mutable access to instructions via indexing.

Performs the mutable indexing (container[index]) operation.

impl PartialOrd<Inst> for Inst
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Hash for Inst
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Inst
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Inst

Formats the value using the given formatter. Read more

impl Ord for Inst
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl ReservedValue for Inst

Create an instance of the reserved value.

impl EntityRef for Inst

Create a new entity reference from a small integer. This should crash if the requested index is not representable. Read more

Get the index that was used to create this entity reference.

impl From<Inst> for AnyEntity
[src]

Performs the conversion.

impl From<Inst> for ProgramPoint
[src]

Performs the conversion.

impl From<Inst> for ExpandedProgramPoint
[src]

Performs the conversion.

impl Index<Inst> for DataFlowGraph
[src]

Allow immutable access to instructions via indexing.

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl Display for Inst

Formats the value using the given formatter. Read more

impl Copy for Inst
[src]

impl Eq for Inst
[src]

impl PartialEq<Inst> for Inst
[src]

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 Send for Inst

impl Sync for Inst