Struct calyx::analysis::ScheduleConflicts[][src]

pub struct ScheduleConflicts { /* fields omitted */ }
Expand description

A conflict graph that describes which groups are being run in parallel to each other.

Implementations

Return a vector of all groups that conflict with this group.

Returns an iterator containing all conflict edges, (src group: ir::Id, dst group: ir::Id), in this graph.

Trait Implementations

Returns the “default value” for a type. Read more

Construct ScheduleConflicts from a ir::Control.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.