Searched refs:NodeSets (Results 1 – 2 of 2) sorted by relevance
183 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);285 void findCircuits(NodeSetType &NodeSets);286 void fuseRecs(NodeSetType &NodeSets);287 void removeDuplicateNodes(NodeSetType &NodeSets);288 void computeNodeFunctions(NodeSetType &NodeSets);289 void registerPressureFilter(NodeSetType &NodeSets);290 void colocateNodeSets(NodeSetType &NodeSets);291 void checkNodeSets(NodeSetType &NodeSets);292 void groupRemainingNodes(NodeSetType &NodeSets);295 void computeNodeOrder(NodeSetType &NodeSets);
324 NodeSetType NodeSets; in schedule() local325 findCircuits(NodeSets); in schedule()332 fuseRecs(NodeSets); in schedule()354 colocateNodeSets(NodeSets); in schedule()356 checkNodeSets(NodeSets); in schedule()365 std::stable_sort(NodeSets.begin(), NodeSets.end(), std::greater<NodeSet>()); in schedule()1450 NodeSets.clear(); in checkNodeSets()1552 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in fuseRecs()1563 NodeSets.erase(J); in fuseRecs()1574 for (NodeSetType::iterator I = NodeSets.begin(), E = NodeSets.end(); I != E; in removeDuplicateNodes()[all …]