Searched refs:NodeSetType (Results 1 – 2 of 2) sorted by relevance
136 using NodeSetType = SmallVector<NodeSet, 8>; variable284 unsigned calculateRecMII(NodeSetType &RecNodeSets);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);[all …]
324 NodeSetType NodeSets; in schedule()326 NodeSetType Circuits = NodeSets; in schedule()874 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()1035 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()1411 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()1439 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()1457 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()1551 void SwingSchedulerDAG::fuseRecs(NodeSetType &NodeSets) { in fuseRecs()1555 for (NodeSetType::iterator J = I + 1; J != E;) { in fuseRecs()1576 for (NodeSetType::iterator J = I + 1; J != E;) { in removeDuplicateNodes()[all …]