Searched refs:NodeSetType (Results 1 – 2 of 2) sorted by relevance
152 using NodeSetType = SmallVector<NodeSet, 8>; variable200 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);300 unsigned calculateRecMII(NodeSetType &RecNodeSets);301 void findCircuits(NodeSetType &NodeSets);302 void fuseRecs(NodeSetType &NodeSets);303 void removeDuplicateNodes(NodeSetType &NodeSets);304 void computeNodeFunctions(NodeSetType &NodeSets);305 void registerPressureFilter(NodeSetType &NodeSets);306 void colocateNodeSets(NodeSetType &NodeSets);307 void checkNodeSets(NodeSetType &NodeSets);[all …]
575 NodeSetType NodeSets; in schedule()577 NodeSetType Circuits = NodeSets; in schedule()1608 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()1708 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()1762 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()1874 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()2072 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()2116 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()2144 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()2161 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()[all …]