Searched refs:NodeSetType (Results 1 – 2 of 2) sorted by relevance
138 using NodeSetType = SmallVector<NodeSet, 8>; variable185 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);283 unsigned calculateRecMII(NodeSetType &RecNodeSets);284 void findCircuits(NodeSetType &NodeSets);285 void fuseRecs(NodeSetType &NodeSets);286 void removeDuplicateNodes(NodeSetType &NodeSets);287 void computeNodeFunctions(NodeSetType &NodeSets);288 void registerPressureFilter(NodeSetType &NodeSets);289 void colocateNodeSets(NodeSetType &NodeSets);290 void checkNodeSets(NodeSetType &NodeSets);[all …]
482 NodeSetType NodeSets; in schedule()484 NodeSetType Circuits = NodeSets; in schedule()1172 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()1276 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()1331 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()1443 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()1648 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()1692 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()1720 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()1737 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()[all …]