Searched refs:NodeSets (Results 1 – 2 of 2) sorted by relevance
365 bool circuit(int V, int S, NodeSetType &NodeSets,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);461 void groupRemainingNodes(NodeSetType &NodeSets);464 void computeNodeOrder(NodeSetType &NodeSets);
721 NodeSetType NodeSets; in schedule() local722 findCircuits(NodeSets); in schedule()723 NodeSetType Circuits = NodeSets; in schedule()727 unsigned RecMII = calculateRecMII(NodeSets); in schedule()729 fuseRecs(NodeSets); in schedule()769 computeNodeFunctions(NodeSets); in schedule()771 registerPressureFilter(NodeSets); in schedule()773 colocateNodeSets(NodeSets); in schedule()775 checkNodeSets(NodeSets); in schedule()778 for (auto &I : NodeSets) { in schedule()[all …]