Lines Matching defs:WorkSet
1415 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet;
1429 // node will be added to the WorkSet, which will contain all the possible
1441 /// If we see the Node already in WorkSet, the path from the Node to
1444 } else if (WorkSet.count(Node)) {
1460 WorkSet.insert(NodesOnPath.begin(), NodesOnPath.end());
1465 // Sort the nodes in WorkSet in top-down order and save the nodes
1472 if (WorkSet.count(Child))
1476 assert(Orders.size() == WorkSet.size() &&
1477 "Orders have different size with WorkSet");
1620 /// instruction into a WorkSet. The nodes in WorkSet are the candidate places
1621 /// where we are considering to hoist the spills. We iterate the WorkSet in