D | MachinePipeliner.cpp | 256 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false); 1436 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit() function in SwingSchedulerDAG::Circuits 1455 if (circuit(W, S, NodeSets, W < V ? true : HasBackedge)) in circuit() 1500 Cir.circuit(i, i, NodeSets); in findCircuits()
|