Lines Matching refs:NodeSet
583 llvm::stable_sort(NodeSets, std::greater<NodeSet>()); in schedule()
1551 for (NodeSet &Nodes : NodeSets) { in calculateRecMII()
1662 NodeSets.push_back(NodeSet(Stack.begin(), Stack.end())); in circuit()
1868 for (NodeSet &I : NodeSets) in computeNodeFunctions()
1890 const NodeSet *S = nullptr) { in pred_L()
1919 const NodeSet *S = nullptr) { in succ_L()
1974 NodeSet &NS) { in computeLiveOuts()
2059 NodeSet &N1 = NodeSets[i]; in colocateNodeSets()
2064 NodeSet &N2 = NodeSets[j]; in colocateNodeSets()
2106 for (NodeSet &I : NodeSets) { in groupRemainingNodes()
2134 NodeSet NewSet; in groupRemainingNodes()
2164 void SwingSchedulerDAG::addConnectedNodes(SUnit *SU, NodeSet &NewSet, in addConnectedNodes()
2183 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect()
2197 NodeSet &NI = *I; in fuseRecs()
2199 NodeSet &NJ = *J; in fuseRecs()
3263 Circuits, [SU](const NodeSet &Circuit) { return Circuit.count(SU); }); in checkValidNodeOrder()
3388 void NodeSet::print(raw_ostream &os) const { in print()
3414 LLVM_DUMP_METHOD void NodeSet::dump() const { print(dbgs()); } in dump()