Lines Matching defs:NodeSet
61 class NodeSet;
266 using NodeSetType = SmallVector<NodeSet, 8>;
407 void addConnectedNodes(SUnit *SU, NodeSet &NewSet,
424 /// A NodeSet contains a set of SUnit DAG nodes with additional information
426 class NodeSet {
439 NodeSet() = default;
440 NodeSet(iterator S, iterator E, const SwingSchedulerDAG *DAG)
519 int compareRecMII(NodeSet &RHS) { return RecMII - RHS.RecMII; }
551 bool operator>(const NodeSet &RHS) const {
562 bool operator==(const NodeSet &RHS) const {
567 bool operator!=(const NodeSet &RHS) const { return !operator==(RHS); }