pub struct ReadWriteSet;
Expand description

Calcuate the reads-from and writes-to set for a given set of assignments.

Implementations

Returns ir::Port that are read from in the given Assignment.

Returns the ports that are read and written, respectively, by the given static control program.

Returns the cells that are read and written, respectively, by the given static control program.

Returns the ports that are read and written, respectively, by the given control program. INCLUDE_HOLE_ASSIGNS: in either case, we will ignore done holes. However, if INCLUDE_HOLE_ASSIGNS is false, we ignore all assignments that write to holes, even if the src of that assignment is a cell’s port.

Returns the cells that are read and written, respectively, by the given control program. INCLUDE_HOLE_ASSIGNS: in either case, we will ignore done holes themselves. However, if INCLUDE_HOLE_ASSIGNS is true, we ignore all assignments that write to holes, even if the src of that assignment is a cell’s port.

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.