Searched refs:NodeSetType (Results 1 – 2 of 2) sorted by relevance
144 using NodeSetType = SmallVector<NodeSet, 8>; variable191 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);289 unsigned calculateRecMII(NodeSetType &RecNodeSets);290 void findCircuits(NodeSetType &NodeSets);291 void fuseRecs(NodeSetType &NodeSets);292 void removeDuplicateNodes(NodeSetType &NodeSets);293 void computeNodeFunctions(NodeSetType &NodeSets);294 void registerPressureFilter(NodeSetType &NodeSets);295 void colocateNodeSets(NodeSetType &NodeSets);296 void checkNodeSets(NodeSetType &NodeSets);[all …]
435 NodeSetType NodeSets; in schedule()437 NodeSetType Circuits = NodeSets; in schedule()1091 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()1197 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()1252 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()1364 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()1585 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()1629 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()1657 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()1675 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()[all …]