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