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

Calculate live ranges across static par blocks. Assumes control ids have already been given; it does not add its own

Implementations

Construct a live range analysis.

par_id is the id of a par thread. thread_a and thread_b are ids of direct children of par_id (if thread_a and thread_b are not direct children of par_id, then the function will error) a and b are cell names liveness_overlaps checks if the liveness of a in thread_a ever overlaps with the liveness of b in thread_b if par_id is not static, then will automtically return true

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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.