Searched refs:NodeSetType (Results 1 – 2 of 2) sorted by relevance
310 using NodeSetType = SmallVector<NodeSet, 8>; variable365 bool circuit(int V, int S, NodeSetType &NodeSets,453 unsigned calculateRecMII(NodeSetType &RecNodeSets);454 void findCircuits(NodeSetType &NodeSets);455 void fuseRecs(NodeSetType &NodeSets);456 void removeDuplicateNodes(NodeSetType &NodeSets);457 void computeNodeFunctions(NodeSetType &NodeSets);458 void registerPressureFilter(NodeSetType &NodeSets);459 void colocateNodeSets(NodeSetType &NodeSets);460 void checkNodeSets(NodeSetType &NodeSets);[all …]
721 NodeSetType NodeSets; in schedule()723 NodeSetType Circuits = NodeSets; in schedule()1823 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()1909 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()1965 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()2061 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()2272 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()2316 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()2344 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()2361 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()[all …]