Lines Matching defs:WorkSet
1417 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet;
1431 // node will be added to the WorkSet, which will contain all the possible
1443 /// If we see the Node already in WorkSet, the path from the Node to
1446 } else if (WorkSet.count(Node)) {
1462 WorkSet.insert(NodesOnPath.begin(), NodesOnPath.end());
1467 // Sort the nodes in WorkSet in top-down order and save the nodes
1474 if (WorkSet.count(Child))
1478 assert(Orders.size() == WorkSet.size() &&
1479 "Orders have different size with WorkSet");
1623 /// instruction into a WorkSet. The nodes in WorkSet are the candidate places
1624 /// where we are considering to hoist the spills. We iterate the WorkSet in