Searched refs:NodeSets (Results 1 – 2 of 2) sorted by relevance
482 NodeSetType NodeSets; in schedule() local483 findCircuits(NodeSets); in schedule()490 fuseRecs(NodeSets); in schedule()536 checkNodeSets(NodeSets); in schedule()1720 NodeSets.clear(); in checkNodeSets()1820 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in fuseRecs()1830 NodeSets.erase(J); in fuseRecs()1831 E = NodeSets.end(); in fuseRecs()1841 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in removeDuplicateNodes()1847 NodeSets.erase(J); in removeDuplicateNodes()[all …]
192 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);293 void findCircuits(NodeSetType &NodeSets);294 void fuseRecs(NodeSetType &NodeSets);295 void removeDuplicateNodes(NodeSetType &NodeSets);296 void computeNodeFunctions(NodeSetType &NodeSets);297 void registerPressureFilter(NodeSetType &NodeSets);298 void colocateNodeSets(NodeSetType &NodeSets);299 void checkNodeSets(NodeSetType &NodeSets);300 void groupRemainingNodes(NodeSetType &NodeSets);303 void computeNodeOrder(NodeSetType &NodeSets);