pub struct BlockLoweringOrder { /* private fields */ }
Expand description

Mapping from CLIF BBs to VCode BBs.

Implementations

Compute and return a lowered block order for f.

Get the lowered order of blocks.

Get the successors for a lowered block, by index in lowered_order()’s returned slice. Each successsor is paired with the edge-instruction (branch) corresponding to this edge.

Get the successor indices for a lowered block.

Get the lowered block index containing a CLIF block, if any. (May not be present if the original CLIF block was unreachable.)

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.