Searched refs:NodeSets (Results 1 – 2 of 2) sorted by relevance
200 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);301 void findCircuits(NodeSetType &NodeSets);302 void fuseRecs(NodeSetType &NodeSets);303 void removeDuplicateNodes(NodeSetType &NodeSets);304 void computeNodeFunctions(NodeSetType &NodeSets);305 void registerPressureFilter(NodeSetType &NodeSets);306 void colocateNodeSets(NodeSetType &NodeSets);307 void checkNodeSets(NodeSetType &NodeSets);308 void groupRemainingNodes(NodeSetType &NodeSets);311 void computeNodeOrder(NodeSetType &NodeSets);
575 NodeSetType NodeSets; in schedule() local576 findCircuits(NodeSets); in schedule()577 NodeSetType Circuits = NodeSets; in schedule()581 unsigned RecMII = calculateRecMII(NodeSets); in schedule()583 fuseRecs(NodeSets); in schedule()623 computeNodeFunctions(NodeSets); in schedule()625 registerPressureFilter(NodeSets); in schedule()627 colocateNodeSets(NodeSets); in schedule()629 checkNodeSets(NodeSets); in schedule()632 for (auto &I : NodeSets) { in schedule()[all …]